public final class APActivationPayloadErrorCode
extends java.lang.Object
Error code of the NSError object passed in completionHandler for location confirmation. [@constant] APActivationPayloadErrorCodeDisallowed The location confirmation request is disalllowed by user or system; or the code is not acquired by QR/NFC scanning. [@constant] APActivationPayloadErrorCodeDoesNotMatch The payload passed in by the application doesn't match the payload it was launched with.
| Modifier and Type | Field and Description |
|---|---|
static long |
Disallowed |
static long |
DoesNotMatch |
public static final long Disallowed
public static final long DoesNotMatch