Class PendingIntentRequiredException

    • Constructor Summary

      Constructors 
      Constructor Description
      PendingIntentRequiredException​(android.app.PendingIntent pendingIntent, int requestCode)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      android.app.PendingIntent getPendingIntent()  
      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

      • PendingIntentRequiredException

        public PendingIntentRequiredException​(@NonNull
                                              android.app.PendingIntent pendingIntent,
                                              int requestCode)
    • Method Detail

      • getPendingIntent

        @NonNull
        public android.app.PendingIntent getPendingIntent()
      • getRequestCode

        public int getRequestCode()