Compartir a través de


HostNfcFService.OnDeactivated(DeactivationReasonF) Method

Definition

This method will be called in following possible scenarios: <li>The NFC link has been lost

[Android.Runtime.Register("onDeactivated", "(I)V", "GetOnDeactivated_IHandler", ApiSince=24)]
public abstract void OnDeactivated (Android.Nfc.CardEmulators.DeactivationReasonF reason);
[<Android.Runtime.Register("onDeactivated", "(I)V", "GetOnDeactivated_IHandler", ApiSince=24)>]
abstract member OnDeactivated : Android.Nfc.CardEmulators.DeactivationReasonF -> unit

Parameters

reason
DeactivationReasonF

#DEACTIVATION_LINK_LOSS

Attributes

Remarks

This method will be called in following possible scenarios: <li>The NFC link has been lost

Java documentation for android.nfc.cardemulation.HostNfcFService.onDeactivated(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to