Wasabi ExpressPlay SDK for iOS
1.10
|
Information about a service subscription. More...
#include <ShiService.h>
Data Fields | |
const char * | name |
Human-readable name for the service subscription. More... | |
const char * | uid |
Unique ID for the service subscription. More... | |
SHI_Boolean | is_valid |
Indicates if the subscription is currently valid. More... | |
SHI_DateTime | expiration |
Expiration date for the subscription (all fields will be set to 0 if the expiration date cannot be determined) More... | |
SHI_DateTime | renewal_date |
Renewal date for the subscription. More... | |
SHI_Data * | renewal_uri_template |
Renewal URI template for renewing subscription. More... | |
Information about a service subscription.
SHI_DateTime SHI_ServiceSubscriptionInfo::expiration |
Expiration date for the subscription
(all fields will be set to 0 if the expiration date cannot be determined)
SHI_Boolean SHI_ServiceSubscriptionInfo::is_valid |
Indicates if the subscription is currently valid.
const char* SHI_ServiceSubscriptionInfo::name |
Human-readable name for the service subscription.
SHI_DateTime SHI_ServiceSubscriptionInfo::renewal_date |
Renewal date for the subscription.
SHI_Data* SHI_ServiceSubscriptionInfo::renewal_uri_template |
Renewal URI template for renewing subscription.
Must be converted according to the "URI Templates for Marlin" specification.
const char* SHI_ServiceSubscriptionInfo::uid |
Unique ID for the service subscription.