TokenWatcher.Acquired Method

Definition

Called when the number of active tokens goes from 0 to 1.

[Android.Runtime.Register("acquired", "()V", "GetAcquiredHandler")]
public abstract void Acquired ();
[<Android.Runtime.Register("acquired", "()V", "GetAcquiredHandler")>]
abstract member Acquired : unit -> unit
Attributes

Remarks

Called when the number of active tokens goes from 0 to 1.

Java documentation for android.os.TokenWatcher.acquired().

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