Skip to content
New issue

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? #29

Open
kingctan opened this issue Jul 13, 2016 · 2 comments
Open

how to save session data for next login using this sdk? #29

kingctan opened this issue Jul 13, 2016 · 2 comments

Comments

@kingctan
Copy link

how to save session data for next login using this sdk?
Thanks.

@radimbuchtela
Copy link
Contributor

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

@radimbuchtela
Copy link
Contributor

Did it help you? If yes, please close this issue.

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants