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 Activity
                        

    This 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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void onCreate(@Nullable() Bundle savedInstanceState)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OtpResponseActivity

        OtpResponseActivity()
    • Method Detail

      • onCreate

         void onCreate(@Nullable() Bundle savedInstanceState)