Esempio n. 1
0
        public void RequestOTPInfo(string otp, Session.RequestOTPInfoDelegate callback)
        {
            int handlerNum = sessionCallback.SetRequestOTPInfoCallback(callback);

            nmg_session_requestOTPInfo(otp, handlerNum);
        }
        public void RequestOTPInfo(string otp, Session.RequestOTPInfoDelegate callback)
        {
            int handlerNum = sessionCallback.SetRequestOTPInfoCallback(callback);

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