TileService.UnlockAndRun(IRunnable) Method

Definition

Prompts the user to unlock the device before executing the Runnable.

[Android.Runtime.Register("unlockAndRun", "(Ljava/lang/Runnable;)V", "", ApiSince=24)]
public void UnlockAndRun (Java.Lang.IRunnable? runnable);
[<Android.Runtime.Register("unlockAndRun", "(Ljava/lang/Runnable;)V", "", ApiSince=24)>]
member this.UnlockAndRun : Java.Lang.IRunnable -> unit

Parameters

runnable
IRunnable
Attributes

Remarks

Java documentation for android.service.quicksettings.TileService.unlockAndRun(java.lang.Runnable).

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