Package com.android.identity
Class NfcEngagementHelper
- java.lang.Object
-
- com.android.identity.NfcEngagementHelper
-
public class NfcEngagementHelper extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NfcEngagementHelper.Builder
static interface
NfcEngagementHelper.Listener
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
byte[]
getDeviceEngagement()
byte[]
getHandover()
void
nfcOnDeactivated(int reason)
byte[]
nfcProcessCommandApdu(byte[] apdu)
-
-
-
Method Detail
-
close
public void close()
-
getDeviceEngagement
@NonNull public byte[] getDeviceEngagement()
-
getHandover
@NonNull public byte[] getHandover()
-
nfcOnDeactivated
public void nfcOnDeactivated(int reason)
-
nfcProcessCommandApdu
@NonNull public byte[] nfcProcessCommandApdu(@NonNull byte[] apdu)
-
-