FMIceLinkWebSync4PeerClient Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkWebSync4PeerClient.h FMIceLinkWebSync4PeerClient.m  | 
– boundRecords
	
Gets the WebSync bound records.
			- (NSMutableDictionary *)boundRecordsDiscussion
Gets the WebSync bound records.
			Declared In
FMIceLinkWebSync4PeerClient.h
– initWithInstanceId:boundRecords:
	
Initializes a new instance of the FMIceLinkWebSync4PeerClient class.
			- (instancetype)initWithInstanceId:(NSString *)instanceId boundRecords:(NSMutableDictionary *)boundRecordsParameters
instanceId | 
						The WebSync instance ID.  | 
					
|---|---|
boundRecords | 
						The WebSync bound records.  | 
					
Discussion
Initializes a new instance of the FMIceLinkWebSync4PeerClient class.
			Declared In
FMIceLinkWebSync4PeerClient.h
– instanceId
	
Gets the WebSync instance ID.
			- (NSString *)instanceIdDiscussion
Gets the WebSync instance ID.
			Declared In
FMIceLinkWebSync4PeerClient.h
+ peerClientWithInstanceId:boundRecords:
	
Initializes a new instance of the FMIceLinkWebSync4PeerClient class.
			+ (FMIceLinkWebSync4PeerClient *)peerClientWithInstanceId:(NSString *)instanceId boundRecords:(NSMutableDictionary *)boundRecordsParameters
instanceId | 
						The WebSync instance ID.  | 
					
|---|---|
boundRecords | 
						The WebSync bound records.  | 
					
Discussion
Initializes a new instance of the FMIceLinkWebSync4PeerClient class.
			Declared In
FMIceLinkWebSync4PeerClient.h
– setBoundRecords:
	
Sets the WebSync bound records.
			- (void)setBoundRecords:(NSMutableDictionary *)valueDiscussion
Sets the WebSync bound records.
			Declared In
FMIceLinkWebSync4PeerClient.h
– setInstanceId:
	
Sets the WebSync instance ID.
			- (void)setInstanceId:(NSString *)valueDiscussion
Sets the WebSync instance ID.
			Declared In
FMIceLinkWebSync4PeerClient.h