Android.Service.Dreams.DreamService.Interactive Property
Returns whether or not this dream is interactive.

Syntax

[get: Android.Runtime.Register("isInteractive", "()Z", "GetIsInteractiveHandler")]
[set: Android.Runtime.Register("setInteractive", "(Z)V", "GetSetInteractive_ZHandler")]
public virtual bool Interactive { get; set; }

See Also

DreamService.Interactive

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns whether or not this dream is interactive. Defaults to false.

Set method documentation [Android Documentation]

Marks this dream as interactive to receive input events.

Non-interactive dreams (default) will dismiss on the first input event.

Interactive dreams should call DreamService.Finish to dismiss themselves.

Requirements

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