| 程序包 | 说明 |
|---|---|
| cn.leancloud |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AVFile |
class |
AVInstallation |
class |
AVRole |
class |
AVStatus
status sample:
{
"ACL": {
"*": {
"read": true,
"write": false
}
},
"content": [
{
"__type": "Pointer",
"className": "Feed",
"objectId": "objectid"
}
],
"inboxType": "draft",
"type": "postFeedDraft",
"source": {
"__type": "Pointer",
"className": "_User",
"objectId": "a particular user"
},
"contributor": {
"__type": "Pointer",
"className": "_User",
"objectId": "another particular user"
},
"objectId": "status object id",
"createdAt": "2018-04-19T08:43:16.277Z",
"updatedAt": "2018-04-19T08:43:16.277Z"
}
|
class |
AVUser |
Copyright © 2019. All rights reserved.