Class IntentRequiredException

    • Constructor Summary

      Constructors 
      Constructor Description
      IntentRequiredException​(android.content.Intent intent, int requestCode)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      android.content.Intent getIntent()  
      int getRequestCode()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

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

      • IntentRequiredException

        public IntentRequiredException​(@NonNull
                                       android.content.Intent intent,
                                       int requestCode)
    • Method Detail

      • getIntent

        @NonNull
        public android.content.Intent getIntent()
      • getRequestCode

        public int getRequestCode()