CardEmulation.IsDeviceUnlockRequiredForService(ComponentName) 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("isDeviceUnlockRequiredForService", "(Landroid/content/ComponentName;)Z", "", ApiSince=36)]
public bool IsDeviceUnlockRequiredForService(Android.Content.ComponentName service);
[<Android.Runtime.Register("isDeviceUnlockRequiredForService", "(Landroid/content/ComponentName;)Z", "", ApiSince=36)>]
member this.IsDeviceUnlockRequiredForService : Android.Content.ComponentName -> bool
Parameters
- service
- ComponentName
Returns
- Attributes