Android.Views.View.KeepScreenOn Property
Returns whether the screen should remain on, corresponding to the current value of View.KEEP_SCREEN_ON.

Syntax

[get: Android.Runtime.Register("getKeepScreenOn", "()Z", "GetGetKeepScreenOnHandler")]
[set: Android.Runtime.Register("setKeepScreenOn", "(Z)V", "GetSetKeepScreenOn_ZHandler")]
public virtual bool KeepScreenOn { get; set; }

See Also

View.KeepScreenOn
View.KeepScreenOn

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns whether the screen should remain on, corresponding to the current value of View.KEEP_SCREEN_ON.

Set method documentation [Android Documentation]

Controls whether the screen should remain on, modifying the value of View.KEEP_SCREEN_ON.

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1