Result object containing session parameters as a JSON string.
Remarks
The result field contains a JSON string that must be parsed with JSON.parse() to use as an object.
Session parameters can contain primitives, base64 encoded strings, or nested objects depending on the
SuperApp's configuration.
Result object containing session parameters as a JSON string.
Remarks
The
resultfield contains a JSON string that must be parsed withJSON.parse()to use as an object. Session parameters can contain primitives, base64 encoded strings, or nested objects depending on the SuperApp's configuration.Example