Metric monitor state change event args. More...
Instance Methods | |
| (instancetype) | - initWithState:value:threshold:trend: |
| Construct MetricMonitorStateChangeEventArgs. More... | |
| (FMLiveSwitchMetricMonitorState) | - state |
| Gets the monitor's State. More... | |
| (int) | - threshold |
| Gets the metric's threshold value. More... | |
| (float) | - trend |
| Gets the metric's trend. More... | |
| (int) | - value |
| Gets the metric value. More... | |
Class Methods | |
| (FMLiveSwitchMetricMonitorStateChangeEventArgs *) | + metricMonitorStateChangeEventArgsWithState:value:threshold:trend: |
| Construct MetricMonitorStateChangeEventArgs. More... | |
Metric monitor state change event args.
| - (instancetype) initWithState: | (FMLiveSwitchMetricMonitorState) | state | |
| value: | (int) | value | |
| threshold: | (int) | threshold | |
| trend: | (float) | trend | |
Construct MetricMonitorStateChangeEventArgs.
| state | |
| value | |
| threshold | |
| trend |
| + (FMLiveSwitchMetricMonitorStateChangeEventArgs*) metricMonitorStateChangeEventArgsWithState: | (FMLiveSwitchMetricMonitorState) | state | |
| value: | (int) | value | |
| threshold: | (int) | threshold | |
| trend: | (float) | trend | |
Construct MetricMonitorStateChangeEventArgs.
| state | |
| value | |
| threshold | |
| trend |
| - (FMLiveSwitchMetricMonitorState) state |
Gets the monitor's State.
| - (int) threshold |
Gets the metric's threshold value.
| - (float) trend |
Gets the metric's trend.
| - (int) value |
Gets the metric value.