App With State
class AppWithState(var binaryArch: String?, var id: String?, var releaseStage: String?, var version: String?, var codeBundleId: String?, var buildUuid: String?, var type: String?, var versionCode: Number?, var duration: Number?, var durationInForeground: Number?, var inForeground: Boolean?, var isLaunching: Boolean?) : App
Stateful information set by the notifier about your app can be found on this class. These values can be accessed and amended if necessary.
Properties
Link copied to clipboard
The architecture of the running application binary
Link copied to clipboard
The revision ID from the manifest (React Native apps only)
Link copied to clipboard
The number of milliseconds the application was running in the foreground before the event occurred
Link copied to clipboard
Whether the application was in the foreground when the event occurred
Link copied to clipboard
Whether the application was launching when the event occurred
Link copied to clipboard
The release stage set in Configuration.releaseStage
Link copied to clipboard
The version code of the application set in Configuration.versionCode