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 classNfcEngagementHelper.Builderstatic interfaceNfcEngagementHelper.Listener
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()byte[]getDeviceEngagement()byte[]getHandover()voidnfcOnDeactivated(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)
-
-