Loading...
Searching...
No Matches
AccelByte.Api.CloudStorage Member List

This is the complete list of members for AccelByte.Api.CloudStorage, including all inherited members.

CreateSlot(byte[] data, string dataName, ResultCallback< Slot > callback)AccelByte.Api.CloudStorageinline
DeleteSlot(string slotId, ResultCallback callback)AccelByte.Api.CloudStorageinline
GetAllSlots(ResultCallback< Slot[]> callback)AccelByte.Api.CloudStorageinline
GetSlot(string slotId, ResultCallback< byte[]> callback)AccelByte.Api.CloudStorageinline
IdValidator (defined in AccelByte.Core.WrapperBase)AccelByte.Core.WrapperBaseprotected
UpdateSlot(string slotId, byte[] data, string dataName, ResultCallback< Slot > callback)AccelByte.Api.CloudStorageinline
UpdateSlotMetadata(string slotId, string[] tags, string label, string customMetadata, ResultCallback< Slot > callback)AccelByte.Api.CloudStorageinline