Class AmbientEventArgs

Definition

Namespace:
Tizen.Applications
Assembly:
Tizen.Applications.WatchApplication.dll
API Level:
4

Arguments for the event that are raised when the device enters or exits the ambient mode.

C#
Copy
[Obsolete("Deprecated since API10. Will be removed in API12.")] public class AmbientEventArgs : EventArgs
Inheritance
System.Object
AmbientEventArgs

Properties

View Source

Enabled

The received ambient mode.

Declaration
C#
Copy
public bool Enabled { get; }
Property Value
Type Description
Boolean
API Level: 4