CardEmulation.RegisterNfcEventCallback Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Android.Runtime.Register("registerNfcEventCallback", "(Ljava/util/concurrent/Executor;Landroid/nfc/cardemulation/CardEmulation$NfcEventCallback;)V", "", ApiSince=36)]
public void RegisterNfcEventCallback(Java.Util.Concurrent.IExecutor executor, Android.Nfc.CardEmulators.CardEmulation.INfcEventCallback callback);
[<Android.Runtime.Register("registerNfcEventCallback", "(Ljava/util/concurrent/Executor;Landroid/nfc/cardemulation/CardEmulation$NfcEventCallback;)V", "", ApiSince=36)>]
member this.RegisterNfcEventCallback : Java.Util.Concurrent.IExecutor * Android.Nfc.CardEmulators.CardEmulation.INfcEventCallback -> unit
Parameters
- executor
- IExecutor
- callback
- CardEmulation.INfcEventCallback
- Attributes