Package com.verizon.mec.edsclientsdk.api
Class EdsConstants
- java.lang.Object
-
- com.verizon.mec.edsclientsdk.api.EdsConstants
-
public class EdsConstants extends java.lang.Object
EDS SDK Constants
-
-
Field Summary
Fields Modifier and Type Field Description static long
DEFAULT_EDS_CACHE_DURATION
Default Edge Discovery result caching duration.static int
DEFAULT_OPERATION_TIMEOUT_MS
Default Operation Timeout (30-sec, in milliseconds)static int
ERROR_OPERATION_TIMEOUT
Error code indicating SDK timed out when executing operation.static int
ERROR_PLAY_SVCS_MISSING
Error code indicating Google Play services were not found on this device for operation which required play services.static int
ERROR_PLAY_SVCS_OUTDATED
Error code indicating Google Plays services version is outdated and does not support required functionality.static int
ERROR_SAFETYNET_FAILED_ATTESTATION
Error code indicating SafetyNet attestation check was completed with unsuccessful result.static java.lang.String
IDMS_PRODUCTION_URI
Production Identity Management (IDMS) Server URL.static java.lang.String
MEC_PRODUCTION_URI
Production MEC Server.static java.lang.String
REGION_US_EAST1
US EAST 1 Region.static java.lang.String
REGION_US_EAST2
US EAST 2 Region - UNSUPPORTED at this time.static java.lang.String
REGION_US_WEST1
US WEST 1 Region - UNSUPPORTED at this time.static java.lang.String
REGION_US_WEST2
US WEST 2 Region.
-
Constructor Summary
Constructors Constructor Description EdsConstants()
-
-
-
Field Detail
-
REGION_US_WEST2
public static final java.lang.String REGION_US_WEST2
US WEST 2 Region. SeeEdgeSvcRegionTargetingCriteria
andEdgeSvcNetworkAddrTargetingCriteria
- See Also:
- Constant Field Values
-
REGION_US_EAST1
public static final java.lang.String REGION_US_EAST1
US EAST 1 Region. SeeEdgeSvcRegionTargetingCriteria
andEdgeSvcNetworkAddrTargetingCriteria
- See Also:
- Constant Field Values
-
REGION_US_WEST1
public static final java.lang.String REGION_US_WEST1
US WEST 1 Region - UNSUPPORTED at this time. SeeEdgeSvcRegionTargetingCriteria
andEdgeSvcNetworkAddrTargetingCriteria
- See Also:
- Constant Field Values
-
REGION_US_EAST2
public static final java.lang.String REGION_US_EAST2
US EAST 2 Region - UNSUPPORTED at this time. SeeEdgeSvcRegionTargetingCriteria
andEdgeSvcNetworkAddrTargetingCriteria
- See Also:
- Constant Field Values
-
MEC_PRODUCTION_URI
public static final java.lang.String MEC_PRODUCTION_URI
Production MEC Server. Used with Access Token Authentication. SeeMecAccessTokenAuthenticator
- See Also:
- Constant Field Values
-
IDMS_PRODUCTION_URI
public static final java.lang.String IDMS_PRODUCTION_URI
Production Identity Management (IDMS) Server URL. Used with IDMS Attestation authentication. SeeMecIdmsAttestationAuthenticator
- See Also:
- Constant Field Values
-
DEFAULT_OPERATION_TIMEOUT_MS
public static final int DEFAULT_OPERATION_TIMEOUT_MS
Default Operation Timeout (30-sec, in milliseconds)- See Also:
- Constant Field Values
-
DEFAULT_EDS_CACHE_DURATION
public static final long DEFAULT_EDS_CACHE_DURATION
Default Edge Discovery result caching duration. 10-min (in milliseconds)- See Also:
- Constant Field Values
-
ERROR_PLAY_SVCS_MISSING
public static final int ERROR_PLAY_SVCS_MISSING
Error code indicating Google Play services were not found on this device for operation which required play services.
-
ERROR_PLAY_SVCS_OUTDATED
public static final int ERROR_PLAY_SVCS_OUTDATED
Error code indicating Google Plays services version is outdated and does not support required functionality.
-
ERROR_SAFETYNET_FAILED_ATTESTATION
public static final int ERROR_SAFETYNET_FAILED_ATTESTATION
Error code indicating SafetyNet attestation check was completed with unsuccessful result. Associated cause exception should contain Google Play Services SafetyNet API result.
-
ERROR_OPERATION_TIMEOUT
public static final int ERROR_OPERATION_TIMEOUT
Error code indicating SDK timed out when executing operation.
-
-