Android.Service.Dreams.DreamService.Fullscreen Property
Returns whether or not this dream is in fullscreen mode.

Syntax

[get: Android.Runtime.Register("isFullscreen", "()Z", "GetIsFullscreenHandler")]
[set: Android.Runtime.Register("setFullscreen", "(Z)V", "GetSetFullscreen_ZHandler")]
public virtual bool Fullscreen { get; set; }

See Also

DreamService.Fullscreen

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns whether or not this dream is in fullscreen mode. Defaults to false.

Set method documentation [Android Documentation]

Controls Android.Views.WindowManagerLayoutParams.FLAG_FULLSCREEN on the dream's window.

Requirements

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