//deleted?
        //public void CheckConnectionAccount(ForumGuild.CheckConnectionAccountDelegate callback)
        //{
        //    int handlerNum = forumCallback.SetCheckConnectionAccountDelegate(callback);
        //    androidClass.CallStatic("nmg_forum_checkConnectionAccount", handlerNum);
        //}

        public void CreateGamePlayer(string forumPlayerParameter, ForumGuild.CreateGamePlayerDelegate callback)
        {
            int handlerNum = forumCallback.SetCreateGamePlayerDelegate(callback);

            androidClass.CallStatic("nmg_forum_createGamePlayer", forumPlayerParameter, handlerNum);
        }
Beispiel #2
0
        public void CreateGamePlayer(string forumPlayerParameter, ForumGuild.CreateGamePlayerDelegate callback)
        {
            int handlerNum = forumCallback.SetCreateGamePlayerDelegate(callback);

            nmg_forum_createGamePlayer(forumPlayerParameter, handlerNum);
        }