public final class PKAutomaticPassPresentationSuppressionResult
extends java.lang.Object
| Modifier and Type | Field and 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
|
public static final long NotSupported
public static final long AlreadyPresenting
public static final long Denied
public static final long Cancelled
public static final long Success