| | |
| | | package com.secondworld.sdk.utils; |
| | | |
| | | /** |
| | | * Created by Administrator on 2018/7/18 0018. |
| | | * Unity 调用 Android |
| | | */ |
| | | |
| | | public interface CodeU2A { |
| | |
| | | */ |
| | | int CopyOneAsset = 12; |
| | | |
| | | /** |
| | | * 打开应用商店地址 |
| | | */ |
| | | int GoToAppStore=13; |
| | | |
| | | /** |
| | | * 每个渠道Sdk相关 |
| | |
| | | int RoleLogin = 107; |
| | | int RoleLevelUp = 108; |
| | | int TencentLogin = 109; |
| | | int ShareToFaceBook = 112; |
| | | int GoToReview = 113; //前往评分 |
| | | int TutorialFinish = 115; |
| | | int TrackingCloseVote = 116; // 关闭评分界面 |
| | | int OpenDashboard = 118;//打开dashboard |
| | | int RoleLogout = 119; |
| | | int FansHouse = 120; |
| | | int GotoShop = 121; //前往商店 |
| | | int TrackEvent = 122; //自定义事件 |
| | | /** |
| | | * 插件 |
| | | */ |
| | | public static final int AFTrackEvent = 1000; //appsflyer统计游戏事件 |
| | | |
| | | } |