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

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

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