ProfileIdentifier

data class ProfileIdentifier(val key: ProfileKey, val oldValue: String?) : StateChange

Emitted whenever a profile identifier changes in state, except for a full profile reset.

Constructors

Link copied to clipboard
constructor(key: ProfileKey, oldValue: String?)

Properties

Link copied to clipboard
open override val key: ProfileKey
Link copied to clipboard
open override val oldValue: String?