Class CPNavigationAlertDismissalContext


  • public final class CPNavigationAlertDismissalContext
    extends java.lang.Object
    Reasons why your navigation alert was dismissed.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long SystemDismissed
      The banner was dismissed because of a request by the app.
      static long Timeout
      The banner was visible long enough to reach its timeout.
      static long UserDismissed
      The banner was dismissed in response to a user button press.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Timeout

        public static final long Timeout
        The banner was visible long enough to reach its timeout.
        See Also:
        Constant Field Values
      • UserDismissed

        public static final long UserDismissed
        The banner was dismissed in response to a user button press.
        See Also:
        Constant Field Values
      • SystemDismissed

        public static final long SystemDismissed
        The banner was dismissed because of a request by the app.
        See Also:
        Constant Field Values