ArcGIS Runtime SDK for iOS: AGSExpiration Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSExpiration Class Reference

Description

Expiration details, that indicate whether a given package is out of date.

Expiration details can indicate that the package in question:

  • Is still valid
  • Has expired and should be used with caution (see AGSExpirationTypeAllowExpiredAccess)
  • Has expired and can no longer be used (see AGSExpirationTypePreventExpiredAccess)
Since
100.5
Inheritance diagram for AGSExpiration:
AGSObject

Properties

NSDate * dateTime
 
AGSExpirationType expirationType
 
BOOL expired
 
NSString * message
 

Property Documentation

◆ dateTime

- (NSDate*) dateTime
readnonatomicstrong

The date and time when the package will expire.

Since
100.5

◆ expirationType

- (AGSExpirationType) expirationType
readnonatomicassign

The type of expiration for the given package.

Since
100.5

◆ expired

- (BOOL) expired
readnonatomicassign

Returns YES if the given package has expired

Since
100.5

◆ message

- (NSString*) message
readnonatomiccopy

An accompanying message which provides contextual information when the package has expired.

Since
100.5