| 
    Wasabi ExpressPlay SDK for iOS
    1.10
    
   | 
 
Typed resource. More...
#include <ShiAttributes.h>
Data Fields | |
| const char * | mime_type | 
| MIME type of the payload data.  More... | |
| const char * | language | 
| Language (RFC 3066)  More... | |
| SHI_ByteArray | payload | 
| Resource payload data.  More... | |
Typed resource.
A resource has a MIME type and a payload. The data in the payload are interpreted based on the MIME type.
| const char* SHI_Resource::language | 
Language (RFC 3066)
| const char* SHI_Resource::mime_type | 
MIME type of the payload data.
| SHI_ByteArray SHI_Resource::payload | 
Resource payload data.