NMSSettings Class Reference

Navionics Mobile SDK settings. More...

#import <NMSSettings.h>

Inheritance diagram for NMSSettings:

Class Methods

(instancetype) + settings
 Builds and returns the default NMSSettings. More...
 

Properties

NMSLanguage language
 the preferred language More...
 
NMSFrameworkMode mode
 the framework mode set NMSFrameworkModeSandbox for your test build or NMSFrameworkModeStore for your market build. More...
 
NSString * projectToken
 the framework activation token get an activation token using the navionics developer portal by providing a private key and the bundle identifier. More...
 
NSString * privateKey
 the private key More...
 

Detailed Description

Navionics Mobile SDK settings.

Definition at line 15 of file NMSSettings.h.

Method Documentation

◆ settings()

+ (instancetype) settings

Builds and returns the default NMSSettings.

Returns
the NMSSettings object

Property Documentation

◆ language

- (NMSLanguage) language
readwritenonatomicassign

the preferred language

Definition at line 24 of file NMSSettings.h.

◆ mode

- (NMSFrameworkMode) mode
readwritenonatomicassign

the framework mode set NMSFrameworkModeSandbox for your test build or NMSFrameworkModeStore for your market build.

Definition at line 30 of file NMSSettings.h.

◆ privateKey

- (NSString*) privateKey
readwritenonatomicretain

the private key

Definition at line 39 of file NMSSettings.h.

◆ projectToken

- (NSString*) projectToken
readwritenonatomicretain

the framework activation token get an activation token using the navionics developer portal by providing a private key and the bundle identifier.

Definition at line 36 of file NMSSettings.h.


The documentation for this class was generated from the following file:
  • /Users/jenkins/workspace/mobilesdk-ios/iOS/Deployment/NavionicsMobileSDK.framework/Headers/NMSSettings.h