Public Member Functions | |
| void | GetCurrentTime (ResultCallback< Time > callback) |
| Get server current time. | |
| void | GetLanguages (ResultCallback< Dictionary< string, string > > callback) |
| Get all valid Languages for User Registration. | |
| void | GetTimeZones (ResultCallback< string[]> callback) |
| Get all valid Time Zones for User Registration. | |
| void | ListCountryGroups (ResultCallback< CountryGroup[]> callback) |
| List country groups. Will return all available country groups. | |
| void | ListCountryGroups (string groupCode, ResultCallback< CountryGroup[]> callback) |
| List country groups. Will return all available country groups if the groupCode is not specified. | |
| void | AddCountryGroup (CountryGroup newCountryGroupData, ResultCallback< CountryGroup > callback=null) |
| Add a country groups. | |
| void | UpdateCountryGroup (string groupCode, CountryGroup newCountryGroupData, ResultCallback< CountryGroup > callback=null) |
| Update a country groups. The countryGroupCode must be exist beforehand. Valid update behaviour : | |
| void | DeleteCountryGroup (string groupCode=null, ResultCallback callback=null) |
| Delete a country groups by its country group code. | |
Additional Inherited Members | |
| Properties inherited from AccelByte.Core.WrapperBase | |
| Utils.AccelByteIdValidator | IdValidator [get] |
|
inline |
Add a country groups.
Implements AccelByte.Server.IServerMiscellaneousWrapper.
|
inline |
Delete a country groups by its country group code.
| groupCode | groupCode, only accept alphabet and whitespace |
Implements AccelByte.Server.IServerMiscellaneousWrapper.
|
inline |
Get server current time.
| callback | Returns a Result that contains Time via callback when completed. |
Implements AccelByte.Core.ICommonMiscellaneousWrapper.
|
inline |
Get all valid Languages for User Registration.
| callback | Returns a Result that contains a Dictionary of Language Codes to Native Language via callback when completed |
Implements AccelByte.Core.ICommonMiscellaneousWrapper.
|
inline |
Get all valid Time Zones for User Registration.
| callback | Returns a Result that contains an array of TimeZone strings via callback when completed |
Implements AccelByte.Core.ICommonMiscellaneousWrapper.
|
inline |
List country groups. Will return all available country groups.
Implements AccelByte.Server.IServerMiscellaneousWrapper.
|
inline |
List country groups. Will return all available country groups if the groupCode is not specified.
| groupCode | Only accept alphabet and whitespace |
Implements AccelByte.Server.IServerMiscellaneousWrapper.
|
inline |
Update a country groups. The countryGroupCode must be exist beforehand. Valid update behaviour :
| groupCode | groupCode, only accept alphabet and whitespace |
Implements AccelByte.Server.IServerMiscellaneousWrapper.