ArcGIS Runtime SDK for iOS: AGSExpiration.h File Reference
ArcGIS Runtime SDK for iOS  100.15
AGSExpiration.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSExpirationType { AGSExpirationTypeAllowExpiredAccess = 0 , AGSExpirationTypePreventExpiredAccess = 1 }
 

Enumeration Type Documentation

◆ AGSExpirationType

Supported expiration types for packages.

Since
100.5
Enumerator
AGSExpirationTypeAllowExpiredAccess 

Expiration is provided for warning purposes only. The package can still be used.

AGSExpirationTypePreventExpiredAccess 

Expiration is mandatory and the package can no longer be used. For example, it will fail to load.