Report. More...
Instance Methods | |
(void) | - deserializePropertiesWithKey:valueJson: |
Deserializes the properties. More... | |
(instancetype) | - init |
(void) | - serializePropertiesWithJsonObject: |
Serializes the properties. More... | |
Class Methods | |
(NSMutableArray *) | + processArrayWithNewValues:oldValues: |
Processes an array for a report. More... | |
(NSMutableArray *) | + processBooleanArrayWithNewValues:oldValues: |
Processes a boolean array for a report. More... | |
(FMLiveSwitchNullableBool *) | + processBooleanWithNewValue:oldValue: |
Processes a boolean for a report. More... | |
(FMLiveSwitchNullableDouble *) | + processDoubleWithNewValue:oldValue: |
Processes a double for a report. More... | |
(NSMutableArray *) | + processFloatArrayWithNewValues:oldValues: |
Processes a float array for a report. More... | |
(FMLiveSwitchNullableFloat *) | + processFloatWithNewValue:oldValue: |
Processes a float for a report. More... | |
(NSMutableArray *) | + processIntegerArrayWithNewValues:oldValues: |
Processes a integer array for a report. More... | |
(FMLiveSwitchNullableInt *) | + processIntegerWithNewValue:oldValue: |
Processes an integer for a report. More... | |
(NSMutableArray *) | + processLongArrayWithNewValues:oldValues: |
Processes a long array for a report. More... | |
(FMLiveSwitchNullableLong *) | + processLongWithNewValue:oldValue: |
Processes a long for a report. More... | |
(NSObject< FMLiveSwitchIEquivalent > *) | + processObjectWithNewValue:oldValue: |
Processes an array for a report. More... | |
(NSMutableArray *) | + processShortArrayWithNewValues:oldValues: |
Processes a short array for a report. More... | |
(FMLiveSwitchNullableShort *) | + processShortWithNewValue:oldValue: |
Processes a short for a report. More... | |
(NSString *) | + processStringWithNewValue:oldValue: |
Processes a string for a report. More... | |
(FMLiveSwitchReport *) | + report |
Report.
Deserializes the properties.
key | The key. |
valueJson | The value in JSON format. |
Implemented in FMLiveSwitchTransportReport, FMLiveSwitchMediaTrackReport, FMLiveSwitchMediaSenderReport, FMLiveSwitchMediaReceiverReport, FMLiveSwitchMediaComponentReport, FMLiveSwitchDataStreamReport, FMLiveSwitchDataChannelReport, FMLiveSwitchClientReport, FMLiveSwitchChannelReport, and FMLiveSwitchCandidatePairReport.
- (instancetype) init |
Implemented in FMLiveSwitchTransportReport, FMLiveSwitchMediaTrackReport, FMLiveSwitchMediaSenderReport, FMLiveSwitchMediaReceiverReport, FMLiveSwitchMediaComponentReport, FMLiveSwitchDataStreamReport, FMLiveSwitchDataChannelReport, FMLiveSwitchClientReport, FMLiveSwitchChannelReport, and FMLiveSwitchCandidatePairReport.
+ (NSMutableArray*) processArrayWithNewValues: | (NSMutableArray *) | newValues | |
oldValues: | (NSMutableArray *) | oldValues | |
Processes an array for a report.
newValues | The new values. |
oldValues | The old values. |
+ (NSMutableArray*) processBooleanArrayWithNewValues: | (NSMutableArray *) | newValues | |
oldValues: | (NSMutableArray *) | oldValues | |
Processes a boolean array for a report.
newValues | The new values. |
oldValues | The old values. |
+ (FMLiveSwitchNullableBool*) processBooleanWithNewValue: | (bool) | newValue | |
oldValue: | (bool) | oldValue | |
Processes a boolean for a report.
newValue | The new value. |
oldValue | The old value. |
+ (FMLiveSwitchNullableDouble*) processDoubleWithNewValue: | (double) | newValue | |
oldValue: | (double) | oldValue | |
Processes a double for a report.
newValue | The new value. |
oldValue | The old value. |
+ (NSMutableArray*) processFloatArrayWithNewValues: | (NSMutableArray *) | newValues | |
oldValues: | (NSMutableArray *) | oldValues | |
Processes a float array for a report.
newValues | The new values. |
oldValues | The old values. |
+ (FMLiveSwitchNullableFloat*) processFloatWithNewValue: | (float) | newValue | |
oldValue: | (float) | oldValue | |
Processes a float for a report.
newValue | The new value. |
oldValue | The old value. |
+ (NSMutableArray*) processIntegerArrayWithNewValues: | (NSMutableArray *) | newValues | |
oldValues: | (NSMutableArray *) | oldValues | |
Processes a integer array for a report.
newValues | The new values. |
oldValues | The old values. |
+ (FMLiveSwitchNullableInt*) processIntegerWithNewValue: | (int) | newValue | |
oldValue: | (int) | oldValue | |
Processes an integer for a report.
newValue | The new value. |
oldValue | The old value. |
+ (NSMutableArray*) processLongArrayWithNewValues: | (NSMutableArray *) | newValues | |
oldValues: | (NSMutableArray *) | oldValues | |
Processes a long array for a report.
newValues | The new values. |
oldValues | The old values. |
+ (FMLiveSwitchNullableLong*) processLongWithNewValue: | (long long) | newValue | |
oldValue: | (long long) | oldValue | |
Processes a long for a report.
newValue | The new value. |
oldValue | The old value. |
+ (NSObject<FMLiveSwitchIEquivalent>*) processObjectWithNewValue: | (NSObject< FMLiveSwitchIEquivalent > *) | newValue | |
oldValue: | (NSObject< FMLiveSwitchIEquivalent > *) | oldValue | |
Processes an array for a report.
newValue | The new value. |
oldValue | The old value. |
+ (NSMutableArray*) processShortArrayWithNewValues: | (NSMutableArray *) | newValues | |
oldValues: | (NSMutableArray *) | oldValues | |
Processes a short array for a report.
newValues | The new values. |
oldValues | The old values. |
+ (FMLiveSwitchNullableShort*) processShortWithNewValue: | (short) | newValue | |
oldValue: | (short) | oldValue | |
Processes a short for a report.
newValue | The new value. |
oldValue | The old value. |
Processes a string for a report.
newValue | The new value. |
oldValue | The old value. |
+ (FMLiveSwitchReport*) report |
- (void) serializePropertiesWithJsonObject: | (NSMutableDictionary< NSString *, NSString * > *) | jsonObject |
Serializes the properties.
jsonObject | The JSON object. |
Implemented in FMLiveSwitchTransportReport, FMLiveSwitchMediaTrackReport, FMLiveSwitchMediaSenderReport, FMLiveSwitchMediaReceiverReport, FMLiveSwitchMediaComponentReport, FMLiveSwitchDataStreamReport, FMLiveSwitchDataChannelReport, FMLiveSwitchClientReport, FMLiveSwitchChannelReport, and FMLiveSwitchCandidatePairReport.