Interfaces
SystemAppearanceChangedEventData
Event data containing information for system appearance changed event.
Defined in: application/application-interfaces.ts
Event data containing information for system appearance changed event.
Extends
Properties
android?
optional android?: any;Defined in: application/application-interfaces.ts
Gets the native Android event arguments. Valid only when running on Android.
Inherited from
eventName
eventName: string;Defined in: application/application-interfaces.ts
The name of the event.
Inherited from
ApplicationEventData.eventName
ios?
optional ios?: any;Defined in: application/application-interfaces.ts
Gets the native iOS event arguments. Valid only when running on iOS.
Inherited from
newValue
newValue: "dark" | "light";Defined in: application/application-interfaces.ts
New system appearance value.
object
object: any;Defined in: application/application-interfaces.ts
The instance that has raised the event.
Inherited from
- Previous
- SwipeGestureEventData
- Next
- TapGestureEventData