Public Member Functions | |
| IEnumerator | SubmitAccountDeletion (string accessToken, string userId, string password, ResultCallback< SubmitAccountDeletionResponse > callback) |
| IEnumerator | SubmitAccountDeletionPlatformId (string accessToken, string platformId, string platformToken, ResultCallback< SubmitAccountDeletionResponse > callback) |
| IEnumerator | CancelAccountDeletion (string accessToken, ResultCallback callback) |
| IEnumerator | GetAccountDeletionStatus (string accessToken, ResultCallback< AccountDeletionStatusResponse > callback) |
Additional Inherited Members | |
| Protected Member Functions inherited from AccelByte.Core.ApiBase | |
| ApiBase (IHttpClient inHttpClient, Config inConfig, string inBaseUrl, ISession inSession, HttpOperator httpOperator=null) | |
| Protected Member Functions inherited from AccelByte.Core.ApiBaseParent | |
| ApiBaseParent (IHttpClient inHttpClient, ISession inSession, string inBaseUrl) | |
| Protected Attributes inherited from AccelByte.Core.ApiBaseParent | |
| readonly ISession | Session |
| Contains AuthorizationToken and related auth. | |
| Properties inherited from AccelByte.Core.ApiBaseParent | |
| IHttpClient | HttpClient [get] |