Class OtpResponseActivity
-
- All Implemented Interfaces:
-
android.content.ComponentCallbacks,android.content.ComponentCallbacks2,android.view.KeyEvent.Callback,android.view.LayoutInflater.Factory,android.view.LayoutInflater.Factory2,android.view.View.OnCreateContextMenuListener,android.view.Window.Callback
public class OtpResponseActivity extends ActivityThis class receives the intent from SAP Authenticator with the one time passcode data (in the form of a Uri). That data is routed to the waiting OtpResultListener via the onOtpResult method.
-
-
Constructor Summary
Constructors Constructor Description OtpResponseActivity()
-