Ejemplo n.º 1
0
        public void CopyPlayerIdWithOTP(string otp, Session.CopyPlayerIdWithOTPDelegate callback)
        {
            int handlerNum = sessionCallback.SetCopyPlayerIdWithOTPCallback(callback);

            nmg_session_copyPlayerIdWithOTP(otp, handlerNum);
        }
Ejemplo n.º 2
0
        public void CopyPlayerIdWithOTP(string otp, Session.CopyPlayerIdWithOTPDelegate callback)
        {
            int handlerNum = sessionCallback.SetCopyPlayerIdWithOTPCallback(callback);

            sessionAndroidClass.CallStatic("nmg_session_copyPlayerIdWithOTP", otp, handlerNum);
        }