Example #1
0
        public override void setMobPushLocalNotification(LocalNotifyStyle style)
        {
            String reqJson = style.getStyleParamsStr();

            Debug.Log("iOSImpl  ===>>>  setMobPushLocalNotification === " + reqJson);
            __iosMobPushAddLocalNotification(reqJson);
        }
Example #2
0
        public override void setMobPushLocalNotification(LocalNotifyStyle style)
        {
            String reqJson = style.getStyleParamsStr();

            Debug.Log("AndroidImpl  ===>>>  setMobPushLocalNotification === " + reqJson);
            if (javaObj != null)
            {
                javaObj.Call("setMobPushLocalNotification", reqJson);
            }
        }