ArcGIS Runtime SDK for iOS: NSValue(AGSPortalAdditions) Category Reference
ArcGIS Runtime SDK for iOS  100.15
NSValue(AGSPortalAdditions) Category Reference

Instance Methods

(AGSPortalItemType- ags_portalItemTypeValue
 

Class Methods

(instancetype _Null_unspecified) + ags_valueWithPortalItemType:
 

Method Documentation

◆ ags_portalItemTypeValue

- (AGSPortalItemType) ags_portalItemTypeValue

Returns the value inside this NSValue instance as an AGSPortalItemType.

Since
100.7

◆ ags_valueWithPortalItemType:

+ (instancetype _Null_unspecified) ags_valueWithPortalItemType: (AGSPortalItemType type

Creates an NSValue object with an AGSPortalItemType.

Parameters
typeThe AGSPortalItemType that you want to create the NSValue object with.
Since
100.7