Skip to main content

ZEPETO.Multiplay.DataStorage

Enumerations

Interfaces

Functions

loadDataStorage

loadDataStorage(userId): Promise<DataStorage>

Retrieves the data storage object associated with a specified player.

Parameters

NameTypeDescription
userIdstringThe user ID of the player.

Returns

Promise<DataStorage>

Promise resolved upon completion with the DataStorage object associated with the specified player.