LootLocker Unity SDK 8.0.0
Game backend SDK for Unity
Loading...
Searching...
No Matches
LootLocker.Requests.LootLockerMetadataBase64Value Class Reference

/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.
 

Detailed Description

/summary>

Property Documentation

◆ content

string LootLocker.Requests.LootLockerMetadataBase64Value.content
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>

◆ content_type

string LootLocker.Requests.LootLockerMetadataBase64Value.content_type
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>