Ejemplo n.º 1
0
 public static void IsNews(ForumCommunityType forumCommunityType, string characterId, IsNewsDelegate callback)
 {
     Log.Debug("[ForumGuild] IsNews");
     ForumGuildImpl.IsNews(forumCommunityType, characterId, callback);
 }
        public void IsNews(ForumCommunityType forumCommunityType, string characterId, ForumGuild.IsNewsDelegate callback)
        {
            int handlerNum = forumCallback.SetIsNesDelegate(callback);

            androidClass.CallStatic("nmg_forum_isNews", (int)forumCommunityType, characterId, handlerNum);
        }
 public void IsNews(ForumCommunityType forumCommunityType, string characterId, ForumGuild.IsNewsDelegate callback)
 {
 }