Package apple.passkit.enums
Class PKAutomaticPassPresentationSuppressionResult
- java.lang.Object
-
- apple.passkit.enums.PKAutomaticPassPresentationSuppressionResult
-
public final class PKAutomaticPassPresentationSuppressionResult extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAlreadyPresentingPasses are already being presented and cannot be suppressedstatic longCancelledSuppression was cancelled before the response handler was firedstatic longDeniedSuppression was denied due to lack of entitlementstatic longNotSupportedSuppression is not supported for this devicestatic longSuccessSuppression of automatic pass presentation was successful
-
-
-
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
-
-