Skip to main content

Veritran Docs

[en] Add Session Property

[en] Session properties are key-value pieces of information about the user's session and the device that help obtain the app's status at the time of a crash or issue. This function creates a custom session key in Troubleshooting to store session properties.

[en] Parameter Configuration

[en] This function requires you to fill in a session property key and value. Refer to the Input Registers section to learn more.

[en] Function ID

[en] Register

[en] Value

110

1

[en] Input Registers

[en] Register

[en] Description

[en] Mandatory

[en] Value

390

[en] Session property key (register that stores the key data in Studio)

X

[en] String

[en] Example: #S{000}

391

[en] Session property value (register that stores the value data in Studio)

X

[en] String

[en] Example: #S{000}

[en] Output Registers

[en] Register

[en] Description

[en] Value

112

[en] Call Result

000

[en] NO_ERROR

001

[en] API_FUNCTION_WRONG_PARAMETERS_ERROR

104

[en] EMPTY_SESSION_PROPERTY_KEY

105

[en] EMPTY_SESSION_PROPERTY_VALUE

107

[en] EMPTY_TROUBLESHOOTING_MANAGER