25 #import <Foundation/Foundation.h>
64 #pragma mark initializers
69 #pragma mark properties
98 @property (
class, nonatomic, copy, readwrite) NSString *
APIKey;
154 +(nullable
AGSLicenseResult*)setLicenseKey:(NSString *)licenseKey error:(NSError**)error;
175 +(nullable
AGSLicenseResult*)setLicenseKey:(NSString *)licenseKey extensions:(NSArray<NSString*> *)extensions error:(NSError**)error;
AGSServiceCurveGeometryMode
Definition: AGSArcGISRuntimeEnvironment.h:40
@ AGSServiceCurveGeometryModeTrueCurveClient
Definition: AGSArcGISRuntimeEnvironment.h:43
@ AGSServiceCurveGeometryModeDensifyCurves
Definition: AGSArcGISRuntimeEnvironment.h:41
@ AGSServiceCurveGeometryModeFetchCurves
Definition: AGSArcGISRuntimeEnvironment.h:42
Class representing the ArcGIS Runtime Environment.
Definition: AGSArcGISRuntimeEnvironment.h:62
void(^ arcadeConsoleMessageHandler)(AGSArcadeConsoleMessageContext *context, NSString *message)
NSString * APIKey
Definition: AGSArcGISRuntimeEnvironment.h:98
AGSServiceCurveGeometryMode serviceCurveGeometryMode
Definition: AGSArcGISRuntimeEnvironment.h:127
Provides information about the execution context where an Arcade console function is invoked.
Definition: AGSArcadeConsoleMessageContext.h:39
The application's license details.
Definition: AGSLicense.h:89
A class that contains information pertaining to a licensed named user.
Definition: AGSLicenseInfo.h:41
Result of setting a license.
Definition: AGSLicenseResult.h:40