Type Definitions
AuthOptions
- Source:
Properties:
Name |
Type |
Attributes |
Description |
sessionToken |
String
|
<optional>
|
Specify a user to excute the operation as. |
user |
AV.User
|
<optional>
|
Specify a user to excute the operation as. The user must have _sessionToken. This option will be ignored if sessionToken option provided. |
useMasterKey |
Boolean
|
<optional>
|
Indicates whether masterKey is used for this operation. Only valid when masterKey is set. |
Options to controll the authentication for an operation
Type:
LeaderboardArchive
- Source:
Properties:
Name |
Type |
Description |
statisticName |
string
|
|
version |
number
|
version of the leaderboard |
status |
string
|
|
url |
string
|
URL for the downloadable archive |
activatedAt |
Date
|
time when this version became active |
deactivatedAt |
Date
|
time when this version was deactivated by a version incrementing |
Type:
Ranking
- Source:
Properties:
Name |
Type |
Attributes |
Description |
rank |
number
|
|
Starts at 0 |
value |
number
|
|
the statistic value of this ranking |
user |
AV.User
|
|
The user of this ranking |
includedStatistics |
Array.<Statistic>
|
<optional>
|
Other statistics of the user, specified by the `includeStatistic` option of `AV.Leaderboard.getResults()` |
Type:
ServerURLs
- Source:
Properties:
Name |
Type |
Attributes |
Description |
api |
String
|
<optional>
|
serverURL for API service |
engine |
String
|
<optional>
|
serverURL for engine service |
stats |
String
|
<optional>
|
serverURL for stats service |
push |
String
|
<optional>
|
serverURL for push service |
rtm |
String
|
<optional>
|
serverURL for LiveQuery service |
URLs for services
Type:
SMSAuthOptions
- Source:
Properties:
Name |
Type |
Attributes |
Description |
sessionToken |
String
|
<optional>
|
Specify a user to excute the operation as. |
user |
AV.User
|
<optional>
|
Specify a user to excute the operation as. The user must have _sessionToken. This option will be ignored if sessionToken option provided. |
useMasterKey |
Boolean
|
<optional>
|
Indicates whether masterKey is used for this operation. Only valid when masterKey is set. |
validateToken |
String
|
<optional>
|
a validate token returned by AV.Cloud.verifyCaptcha |
Options to controll the authentication for an SMS operation
Type:
UploadProgressCallback(event)
- Source:
Parameters:
Name |
Type |
Description |
event |
XMLHttpRequestProgressEvent
|
The progress event with 'loaded' and 'total' attributes |