monitoringRecordForIdentifier:
Gets the monitoring record containing the condition and most recent monitoring event for the identifier you supply, if applicable.
Declaration
- (CLMonitoringRecord *) monitoringRecordForIdentifier:(NSString *) identifier;Parameters
- identifier:
A string that identifies the monitoring record.
Return Value
The monitoring record; otherwise, nil.