91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

參考珊瑚SDK,jni的調用方式

發布時間:2020-06-18 01:16:16 來源:網絡 閱讀:502 作者:禮貌的貓 欄目:移動開發
extern "C"
{
#if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID)
    void Java_com_friendou_Interface_coralsdk_SendtoGame(JNIEnv *env, jobject thiz, jstring info)
    {
        const char *temp = env->GetStringUTFChars(info, NULL);

        if (gSDKCallback == NULL || p != NULL)
        {
            __android_log_print(ANDROID_LOG_INFO,"SDKCallbackError","The gSDKCallback pointer is null !");
            return;
        }

        FMJSONDictionary *Recivejson = new FMJSONDictionary();

        Recivejson->initWithDescription(temp);//

        __android_log_print(ANDROID_LOG_INFO,"SDKCallback","SDKCallback message = %s", temp);

        const char *ReciveAction = Recivejson->getItemStringFMValue("action");

        if (strcmp(ReciveAction, "1001") == 0)
        {
            char const *userlist = Recivejson->getItemStringFMValue("userlist");
            __android_log_print(ANDROID_LOG_INFO,"Test","userlist = %s", userlist);

            GameUserSelectedNotification(userlist);//userlist tReturn.c_str()            
        }
        else if (strcmp(ReciveAction, "1002") == 0)
        {
//            char const *userlist = Recivejson->getItemStringFMValue("userlist");
//            GameReplayNotification(userlist);
        }
        else if (strcmp(ReciveAction, "1003") == 0)
        {    
            __android_log_print(ANDROID_LOG_INFO,"Test","LogoutNotify1003");
            LogoutNotify();
        }
        else if (strcmp(ReciveAction, "1004") == 0)
        {
            bool isOn = Recivejson->getItemBoolFMvalue("isOn",false);
            MusicTurnOffAndOn(isOn);
        }
        else if (strcmp(ReciveAction, "1005") == 0)
        {
            bool isOn = Recivejson->getItemBoolFMvalue("isOn",false);
            SoundTurnOffAndOn(isOn);
        }
        else if (strcmp(ReciveAction, "1006") == 0)
        {
            int aisLogin = Recivejson->getItemIntFMValue("isLogin",0);
            LoginResult(aisLogin);
            __android_log_print(ANDROID_LOG_INFO,"Test","LoginResult 1006 = %d", aisLogin);
        }
        else if (strcmp(ReciveAction, "1007") == 0)
        {
            __android_log_print(ANDROID_LOG_INFO,"Test","GameBackNotification   1007");
            GameBackNotification();
        }
        else if (strcmp(ReciveAction, "1008") == 0)
        {
//            ApplicationWillResignActive();
        }
        else
        {
            __android_log_print(ANDROID_LOG_INFO,"SDKCallbackError","Have no this callback !");
            return;
        }
    }
#endif
}


珊瑚SDK官方調用例子,可以下載來看看哦,對于Android開發接入jni還是有很大的幫助


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

兴海县| 荆门市| 佳木斯市| 腾冲县| 榆社县| 彩票| 合山市| 永州市| 河池市| 凤冈县| 闵行区| 武功县| 山西省| 阿克苏市| 上蔡县| 天长市| 绥阳县| 河东区| 大悟县| 浦江县| 丹棱县| 凤翔县| 霍山县| 长葛市| 廉江市| 搜索| 清苑县| 平原县| 南雄市| 兴仁县| 三台县| 吉林市| 崇礼县| 金塔县| 宜州市| 寿光市| 探索| 井研县| 邳州市| 麻江县| 昌乐县|