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

Instance Methods

(AGSPortalItemRelationship- ags_portalItemRelationshipValue
 

Class Methods

(instancetype _Null_unspecified) + ags_valueWithPortalItemRelationship:
 

Method Documentation

◆ ags_portalItemRelationshipValue

- (AGSPortalItemRelationship) ags_portalItemRelationshipValue

Returns the value inside this NSValue instance as an AGSPortalItemRelationship.

Since
100.11

◆ ags_valueWithPortalItemRelationship:

+ (instancetype _Null_unspecified) ags_valueWithPortalItemRelationship: (AGSPortalItemRelationship relationship

Creates an NSValue object with an AGSPortalItemRelationship.

Parameters
typeThe AGSPortalItemRelationship that you want to create the NSValue object with.
Since
100.11