device_callback_e class abstract

@brief Enumeration for the device state callback. @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif

Constructors

device_callback_e.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

DEVICE_CALLBACK_BATTERY_CAPACITY → const int
< Called when a battery charge percentage is changed
DEVICE_CALLBACK_BATTERY_CHARGING → const int
< Called when battery charging state is changed
DEVICE_CALLBACK_BATTERY_LEVEL → const int
< Called when a battery level is changed
DEVICE_CALLBACK_DISPLAY_STATE → const int
< Called when a display state is changed
DEVICE_CALLBACK_FLASH_BRIGHTNESS → const int
< Called when a flash brightness is changed (Since Tizen @if Mobile 2.4 @elseif WEARABLE 3.0 @endif)
DEVICE_CALLBACK_MAX → const int