Wasabi ExpressPlay SDK for iOS
1.10
|
Information about a service user. More...
#include <ShiService.h>
Data Fields | |
const char * | name |
Human-readable name for the service user. More... | |
const char * | uid |
Unique ID for the service user. More... | |
SHI_Boolean | is_device_registered |
Indicates whether the device on which the code runs is registered to this user. More... | |
Information about a service user.
SHI_Boolean SHI_ServiceUserInfo::is_device_registered |
Indicates whether the device on which
the code runs is registered to this user.
const char* SHI_ServiceUserInfo::name |
Human-readable name for the service user.
const char* SHI_ServiceUserInfo::uid |
Unique ID for the service user.