Bixby Developer Center

Guides

6798 (VivContext User ID Internal)

In order to make Bixby more secure, we're deprecating $vivContext.userId, and introducing $vivContext.bixbyUserId to access user context information. This new secure user ID can be used to persist user state or implement analytics. This ID is tied to the user's account and will be the same across all devices.

Note

To access $vivContext.bixbyUserId, you must request the bixby-user-id-access permission. See permissions for more details.

Example

capsule {
...
permissions {
bixby-user-id-access
}
}

For more information about bixbyUserId and $vivContext, read Passing User Context Information.

Deprecation Stages

Learn more about the deprecation stages.

  • Stage 1: R19U
  • Stage 2: R19X
  • End of Life: R22C