Пример #1
0
        public override void setCustomNotification(CustomNotifyStyle style)
        {
            String reqJson = style.getStyleParamsStr();

            Debug.Log("iOSImpl  ===>>>  setCustomNotification === " + reqJson);
            __iosMobPushSetupNotification(reqJson);
        }
Пример #2
0
        public override void setCustomNotification(CustomNotifyStyle style)
        {
            String reqJson = style.getStyleParamsStr();

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