We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to save session data for next login using this sdk? Thanks.
The text was updated successfully, but these errors were encountered:
Hi kingctan, you can use Storage object from SDK: http://smarttv.mautilus.com/SDK/#!/api/Storage
Storage.set("lastname", "Smith"); // Store value var lastname = Storage.get("lastname"); // Retrieve value
Regards, Radim
Sorry, something went wrong.
Did it help you? If yes, please close this issue.
Thank you.
No branches or pull requests
how to save session data for next login using this sdk?
Thanks.
The text was updated successfully, but these errors were encountered: