StreamLink for iOS  8.0.0.233163-35883203
<SLRecordDataEvent > Protocol Reference

Provides information about a change to type 1 data (simple fieldname and data pairs) in a record. More...

Inheritance diagram for <SLRecordDataEvent >:

Instance Methods

(NSDictionary< NSString *, NSString * > *) - fields
 Returns the record fields relating to the event, as a dictionary of key-value pairs. More...
 

Detailed Description

Provides information about a change to type 1 data (simple fieldname and data pairs) in a record.

Method Documentation

- (NSDictionary<NSString *,NSString *>* SLRecordDataEvent) fields

Returns the record fields relating to the event, as a dictionary of key-value pairs.

The key within the dictionary pair is the field name, the value is the new value of that field.

When a call to isImage() returns true, the subscription data event contains an image of the data for the subscribed item. All the fields comprising the record are present in the NSDictionary. The application must discard any values previously received and replace them with the values contained within the NSDictionary.

When a call to isImage() returns false, the subscription data event contains new data for the subscribed record. The values in the NSDictionary returned by fields, are an update to any values previously received and any application caches should be updated appropriately. Only fields whose values have changed are present in the NSDictionary.


Generated on Tue Apr 23 2024 11:14:03 for StreamLink for iOS