Android.Service.Dreams.DreamService.ScreenBright Property
Returns whether or not this dream keeps the screen bright while dreaming.

Syntax

[get: Android.Runtime.Register("isScreenBright", "()Z", "GetIsScreenBrightHandler")]
[set: Android.Runtime.Register("setScreenBright", "(Z)V", "GetSetScreenBright_ZHandler")]
public virtual bool ScreenBright { get; set; }

See Also

DreamService.ScreenBright

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns whether or not this dream keeps the screen bright while dreaming. Defaults to false, allowing the screen to dim if necessary.

Set method documentation [Android Documentation]

Marks this dream as keeping the screen bright while dreaming.

Requirements

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