NfcAdapter.IsExitFramesSupported Property
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.
Returns whether the device supports exit frames or not.
public bool IsExitFramesSupported { [Android.Runtime.Register("isExitFramesSupported", "()Z", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("isExitFramesSupported", "()Z", "", ApiSince=36)>]
member this.IsExitFramesSupported : bool
Property Value
True if the device supports exit frames, false otherwise.
- Attributes
Remarks
Returns whether the device supports exit frames or not. Exit frames allow device firmware to handle the transition out of observe mode for certain auto-transacting polling loop filters . Polling loop filters set by the default wallet role holder (android.app.role.RoleManager#ROLE_WALLET) will be prioritized for use with exit frames.
Java documentation for android.nfc.NfcAdapter.isExitFramesSupported().
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.