//Development version// Development versionTMAVersionDevelop = 0,//Preview version// Preview versionTMAVersionPreview = 1,//Reviewed version// Audit versionTMAVersionAudit = 2,//Online version (released version)// Online version (release version)TMAVersionOnline = 3,//Local preloaded version, will not be updated (Not available currently)// Local preset version will not be updated (not used yet)TMAVersionLocal = 10,
// Initialization value// initialization valueTMAEntrySceneNone = 0,// Main entry// main entranceTMAEntrySceneAIOEntry = 1001,// Search// searchTMAEntrySceneSearch = 1005,// Scan QR code//Scan QR codeTMAEntrySceneScanQRCode = 1011,
//Share to QQ// Share to QQMAShareTargetQQ = 0,//Share to Qzone// Share to QzoneMAShareTargetQzone,| 2 | Share to QQ, quickly share to the current chat window |// Share to QQ, and share to the current chat window quicklyMAShareTargetQQFastForward,//WeChat friends// WeChat friendsMAShareTargetWXFriends,// WeChat Moments// WeChat MomentsMAShareTargetWXMoment,//Quick sharing of recent contacts, triggered by clicking on the sharing panel// Quick sharing of recent contacts, triggered by clicking on the sharingMAShareTargetChatFastShare,// Share contacts quickly//Quickly share friends listMAShareTargetFastShareTable,//openId sharing, click and share the open data domain of the source mini game// openId sharing, click and share the open data domain of the source mini gameMAShareTargetOpenIdShare,MAShareTargetGuild,
TMAAppLifeCycleTypeNone,TMAAppLifeCycleTypeonColdOpen,TMAAppLifeCycleTypeonHotOpen,TMAAppLifeCycleTypeOnShow,TMAAppLifeCycleTypeOnHide,TMAAppLifeCycleTypeOnClose,TMAAppLifeCycleTypeTerminate,
Was this page helpful?