Public Member Functions | |
| void | SubmitAccountDeletion (string password, ResultCallback< SubmitAccountDeletionResponse > callback) |
| Submit user's account deletion request. | |
| void | SubmitAccountDeletionOtherPlatform (PlatformType platformType, string platformToken, ResultCallback< SubmitAccountDeletionResponse > callback) |
| Submit headless account deletion request. | |
| void | SubmitAccountDeletionPlatformId (string platformId, string platformToken, ResultCallback< SubmitAccountDeletionResponse > callback) |
| Submit headless account deletion request by platformId. | |
| void | GetAccountDeletionStatus (ResultCallback< AccountDeletionStatusResponse > callback) |
| Retrievte account deletion status, applies to the game namespace and publisher namespace. | |
| void | CancelAccountDeletion (ResultCallback callback) |
| Cancel user's account deletion request, applies to the game namespace and publisher namespace. | |
Additional Inherited Members | |
| Properties inherited from AccelByte.Core.WrapperBase | |
| Utils.AccelByteIdValidator | IdValidator [get] |
|
inline |
Cancel user's account deletion request, applies to the game namespace and publisher namespace.
| password | IAM password of the user |
| callback | Returns Delete Account Response via callback when completed |
|
inline |
Retrievte account deletion status, applies to the game namespace and publisher namespace.
| platformId | Platform ID which used to generate current token |
| platformToken | Platform token of current logged platform |
| callback | Returns Delete Account Response via callback when completed |
|
inline |
Submit user's account deletion request.
| password | IAM password of the user |
| callback | Returns Delete Account Response via callback when completed |
|
inline |
Submit headless account deletion request.
| platformType | PlatformType which used to generate current token |
| platformToken | Platform token of current logged platform |
| callback | Returns Delete Account Response via callback when completed |
|
inline |
Submit headless account deletion request by platformId.
| platformId | Platform ID which used to generate current token |
| platformToken | Platform token of current logged platform |
| callback | Returns Delete Account Response via callback when completed |