FMIceLinkWebSync4PeerClient Class Reference

Inherits from NSObject
Declared in FMIceLinkWebSync4PeerClient.h
FMIceLinkWebSync4PeerClient.m

Overview

Details about a remote WebSync instance.

– boundRecords

Gets the WebSync bound records.
- (NSMutableDictionary *)boundRecords

Discussion

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 *)boundRecords

Parameters

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 *)instanceId

Discussion

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 *)boundRecords

Parameters

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 *)value

Discussion

Sets the WebSync bound records.

Declared In

FMIceLinkWebSync4PeerClient.h

– setInstanceId:

Sets the WebSync instance ID.
- (void)setInstanceId:(NSString *)value

Discussion

Sets the WebSync instance ID.

Declared In

FMIceLinkWebSync4PeerClient.h