EXTRA_USER_SWITCH_TYPE

val EXTRA_USER_SWITCH_TYPE: String = "com.salesforce.USER_SWITCH_TYPE"

Represents how the current user has been switched to, as found in an intent sent to a BroadcastReceiver filtering USER_SWITCH_INTENT_ACTION. User switching including logging in, logging out and switching between authenticated users. For backwards compatibility, the case where the last user has logged out is not included, as this currently does not send a broadcast.