User
Develop user-specific features to interact with your users on a closer level.
Get User Infoβ
import { getUserInfo } from '@myjsblock/sdk'
getUserInfo().then(userInfo => {
console.log(userInfo);
// userInfo.deviceId <== deviceId
// userInfo.userAccountId <== userAccountId
// userInfo.email <== email
// userInfo.authorizationLevel <== authorizationLevel
});Propertiesβ
Property
Type
Description
Last updated
Was this helpful?
