Language

CardEmulation.SetRequireDeviceUnlockForService(ComponentName, Boolean) Method

Definition

[Android.Runtime.Register("setRequireDeviceUnlockForService", "(Landroid/content/ComponentName;Z)V", "", ApiSince=36)]
public void SetRequireDeviceUnlockForService(Android.Content.ComponentName service, bool enable);
[<Android.Runtime.Register("setRequireDeviceUnlockForService", "(Landroid/content/ComponentName;Z)V", "", ApiSince=36)>]
member this.SetRequireDeviceUnlockForService : Android.Content.ComponentName * bool -> unit

Parameters

service
ComponentName
enable
Boolean
Attributes

Applies to