Exemplo n.º 1
0
        public void SetDeepLinkDelegate(AppEvents.DeepLinkDelegate callback)
        {
            //TODO : 아래의 코드가 맞는지 체크
            int handlerNum = appEventsCallback.SetDeepLinkCallback(callback);

            nmg_appEvents_setDeepLinkDelegate(handlerNum);
        }
Exemplo n.º 2
0
        public void SetDeepLinkDelegate(AppEvents.DeepLinkDelegate callback)
        {
            int handlerNum = appEventsCallback.SetDeepLinkCallback(callback);

            appEventsAndroidClass.CallStatic("nmg_appEvents_setDeepLinkDelegate", handlerNum);
        }