App With State
class AppWithState(binaryArch: String?, id: String?, releaseStage: String?, version: String?, codeBundleId: String?, buildUuid: String?, type: String?, versionCode: Number?, duration: Number?, durationInForeground: Number?, inForeground: Boolean?, isLaunching: Boolean?) : App
Content copied to clipboard
Stateful information set by the notifier about your app can be found on this class. These values can be accessed and amended if necessary.
Constructors
AppWithState
Link copied to clipboard
Functions
toStream
Link copied to clipboard
Properties
binaryArch
Link copied to clipboard
codeBundleId
Link copied to clipboard
durationInForeground
Link copied to clipboard
inForeground
Link copied to clipboard
isLaunching
Link copied to clipboard
releaseStage
Link copied to clipboard
versionCode
Link copied to clipboard