Language

CardEmulation.IsDeviceUnlockRequiredForService(ComponentName) Method

Definition

[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

Applies to