Share via


DreamService.WakeUp Method

Definition

Wakes the dream up gently.

[Android.Runtime.Register("wakeUp", "()V", "")]
public void WakeUp ();
[<Android.Runtime.Register("wakeUp", "()V", "")>]
member this.WakeUp : unit -> unit
Attributes

Remarks

Wakes the dream up gently.

Calls #onWakeUp to give the dream a chance to perform an exit transition. When the transition is over, the dream should call #finish.

Java documentation for android.service.dreams.DreamService.wakeUp().

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