OpenWrapSDKConfig Class Reference
Inherits from | NSObject |
---|---|
Declared in | OpenWrapSDKConfig.h |
publisherId
Identifier of the publisher.
@property (nonatomic, readonly) NSString *publisherId
Declared In
OpenWrapSDKConfig.h
profileIds
Array of profile Identifier
@property (nonatomic, readonly) NSArray<NSNumber*> *profileIds
Declared In
OpenWrapSDKConfig.h
– initWithPublisherId:andProfileIds:
Initializes an instance of OpenWrapSDKConfig with a publisher id and list of profile ids.
- (instancetype)initWithPublisherId:(NSString *)publisherId andProfileIds:(NSArray<NSNumber*> *)profileIds
Parameters
publisherId |
Unique publisher identifier assigned at the time of account creation. |
---|---|
profileIds |
Array of Profile id |
Return Value
An instance of OpenWrapSDKConfig initialized with the given publisher and profile IDs.
Declared In
OpenWrapSDKConfig.h
– init
Mark default initializer method as unavailable to prevents the creation of an OpenWrapSDKConfig instance without the necessary configuration parameters.
- (instancetype)init
Declared In
OpenWrapSDKConfig.h