Android.Service.Dreams.DreamService.Finish Method
Stops the dream and detaches from the window.

Syntax

[Android.Runtime.Register("finish", "()V", "")]
public void Finish ()

Remarks

Stops the dream and detaches from the window.

When the dream ends, the system will be allowed to go to sleep fully unless there is a reason for it to be awake such as recent user activity or wake locks being held.

[Android Documentation]

Requirements

Namespace: Android.Service.Dreams
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17