App State
@JsonClass(generateAdapter = true )
Content copied to clipboard
AppState stores the state of the Application when the event(Entry/Exit) was triggered by the SDK
Example:
AppState(locationPermission=ALWAYS,
batteryLevel=43,
lastRuleUpdate=2023-11-15T00:48:09.350Z,
viewState=FOREGROUND_SERVICE,
foregroundServiceEnabled=true)
Content copied to clipboard