ShareResultCode
Enum
Module: anysdk
The callback of share system
Index
kShareSuccess
kShareFail
kShareCancel
kShareNetworkError
kShareExtension
Details
kShareSuccess
The callback of failing to sharing
meta | description |
---|---|
Type | Number |
Defined in | https:/github.com/cocos-creator/engine/blob/master/extensions/anysdk/jsb_anysdk.js:2318 |
kShareFail
The callback of failing to share
meta | description |
---|---|
Type | Number |
Defined in | https:/github.com/cocos-creator/engine/blob/master/extensions/anysdk/jsb_anysdk.js:2325 |
kShareCancel
The callback of canceling to share
meta | description |
---|---|
Type | Number |
Defined in | https:/github.com/cocos-creator/engine/blob/master/extensions/anysdk/jsb_anysdk.js:2332 |
kShareNetworkError
The callback of network error
meta | description |
---|---|
Type | Number |
Defined in | https:/github.com/cocos-creator/engine/blob/master/extensions/anysdk/jsb_anysdk.js:2339 |
kShareExtension
The extension code of share system
meta | description |
---|---|
Type | Number |
Defined in | https:/github.com/cocos-creator/engine/blob/master/extensions/anysdk/jsb_anysdk.js:2346 |