GooglePlayGames. BasicApi. SavedGame. SavedGameMetadataUpdate
A struct representing the mutation of saved game metadata.
Summary
Fields can either have a new value or be untouched (in which case the corresponding field in the saved game metadata will be untouched). Instances must be built using SavedGameMetadataUpdate.Builder and once created, these instances are immutable and threadsafe.
Properties |
|
---|---|
IsCoverImageUpdated
|
bool
Gets whether the cover image has been updated in the metadata.
|
IsDescriptionUpdated
|
bool
Gets whether the description has been updated in the metadata.
|
IsPlayedTimeUpdated
|
bool
Gets whether the played time has been updated in the metadata.
|
UpdatedDescription
|
string
Gets the updated description for the saved game, if it has been changed.
|
UpdatedPlayedTime
|
TimeSpan
Gets the updated played time, if it has been changed.
|
UpdatedPngCoverImage
|
byte[]
Gets the updated PNG cover image, if it has been changed.
|
Structs |
|
---|---|
GooglePlayGames. |
A builder for constructing instances of SavedGameMetadataUpdate. |
Properties
IsCoverImageUpdated
bool GooglePlayGames::BasicApi::SavedGame::SavedGameMetadataUpdate::IsCoverImageUpdated
Gets whether the cover image has been updated in the metadata.
IsDescriptionUpdated
bool GooglePlayGames::BasicApi::SavedGame::SavedGameMetadataUpdate::IsDescriptionUpdated
Gets whether the description has been updated in the metadata.
IsPlayedTimeUpdated
bool GooglePlayGames::BasicApi::SavedGame::SavedGameMetadataUpdate::IsPlayedTimeUpdated
Gets whether the played time has been updated in the metadata.
UpdatedDescription
string GooglePlayGames::BasicApi::SavedGame::SavedGameMetadataUpdate::UpdatedDescription
Gets the updated description for the saved game, if it has been changed.
UpdatedPlayedTime
TimeSpan GooglePlayGames::BasicApi::SavedGame::SavedGameMetadataUpdate::UpdatedPlayedTime
Gets the updated played time, if it has been changed.
UpdatedPngCoverImage
byte[] GooglePlayGames::BasicApi::SavedGame::SavedGameMetadataUpdate::UpdatedPngCoverImage
Gets the updated PNG cover image, if it has been changed.