KaaClientProperties Class Reference

Inherits from NSObject
Declared in KaaClientProperties.h

Overview

Class is used to access various client properties.
Properties are stored to NSUserDefaults.

– bootstrapServers

dictionary that contains <TransportProtocolId, NSArray< TransportConnectionInfo >> as key-value

- (NSDictionary *)bootstrapServers

Return Value

dictionary that contains <TransportProtocolId, NSArray< TransportConnectionInfo >> as key-value

Declared In

KaaClientProperties.h

– stringForKey:

Used to access custom client properties.

- (NSString *)stringForKey:(NSString *)key

Discussion

Used to access custom client properties.

Declared In

KaaClientProperties.h

– setString:forKey:

Used to set custom client properties.

- (void)setString:(NSString *)object forKey:(NSString *)key

Discussion

Used to set custom client properties.

NOTE: custom properties' keys should not overlap default ones described on top of KaaClientProperties.h file.

Declared In

KaaClientProperties.h