![]() |
LootLocker Unity SDK 8.0.0
Game backend SDK for Unity
|
/summary> More...
Properties | |
| string | content_type [get, set] |
| The type of content that the base64 string encodes. | |
| string | content [get, set] |
| The encoded content in the form of a Base64 String. | |
/summary>
|
getset |
The encoded content in the form of a Base64 String.
If this is unexpectedly empty, check if Content_type is set to "application/x-redacted". If it is, then the request for metadata was made with the ignoreFiles parameter set to true /summary>
|
getset |
The type of content that the base64 string encodes.
Could be for example "image/jpeg" if it is a base64 encoded jpeg, or "application/x-redacted" if loading of files has been disabled /summary>