Example #1
0
 static int JPushSetLatestNotificationNumber(IntPtr L)
 {
     try
     {
         ToLua.CheckArgsCount(L, 2);
         GameSDKInterface obj = (GameSDKInterface)ToLua.CheckObject <GameSDKInterface>(L, 1);
         int  arg0            = (int)LuaDLL.luaL_checknumber(L, 2);
         bool o = obj.JPushSetLatestNotificationNumber(arg0);
         LuaDLL.lua_pushboolean(L, o);
         return(1);
     }
     catch (Exception e)
     {
         return(LuaDLL.toluaL_exception(L, e));
     }
 }