DreamService.WakeUp Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.