Class PKAutomaticPassPresentationSuppressionResult


  • public final class PKAutomaticPassPresentationSuppressionResult
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long AlreadyPresenting
      Passes are already being presented and cannot be suppressed
      static long Cancelled
      Suppression was cancelled before the response handler was fired
      static long Denied
      Suppression was denied due to lack of entitlement
      static long NotSupported
      Suppression is not supported for this device
      static long Success
      Suppression of automatic pass presentation was successful
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • NotSupported

        public static final long NotSupported
        Suppression is not supported for this device
        See Also:
        Constant Field Values
      • AlreadyPresenting

        public static final long AlreadyPresenting
        Passes are already being presented and cannot be suppressed
        See Also:
        Constant Field Values
      • Denied

        public static final long Denied
        Suppression was denied due to lack of entitlement
        See Also:
        Constant Field Values
      • Cancelled

        public static final long Cancelled
        Suppression was cancelled before the response handler was fired
        See Also:
        Constant Field Values
      • Success

        public static final long Success
        Suppression of automatic pass presentation was successful
        See Also:
        Constant Field Values