DreamService.OnDreamingStarted Method

Definition

Called when the dream's window has been created and is visible and animation may now begin.

[Android.Runtime.Register("onDreamingStarted", "()V", "GetOnDreamingStartedHandler")]
public virtual void OnDreamingStarted ();
[<Android.Runtime.Register("onDreamingStarted", "()V", "GetOnDreamingStartedHandler")>]
abstract member OnDreamingStarted : unit -> unit
override this.OnDreamingStarted : unit -> unit
Attributes

Remarks

Called when the dream's window has been created and is visible and animation may now begin.

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

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