Gamebase SDK for Unity
2.0.0
Toast Gamebase Platform
|
|
static |
If you want to transfer an account that is guest to other device.
You can use this method to publish an key that called TransferKey. To publish TransferKey, an account must be logged in by Guest. After transfering guest account to other device, guest account on this device will be logged out and will not be able to authenticate with same guest account.
expiresIn | TransferKey is valid for expiresIn value in seconds. |
callback | Handler to receive transferKey, regDate, expireDate and errors. |
Example Usage :