SMCallLogServiceDelegate Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | SMCallLogServiceDelegate.h |
– remove:
required method
This method removes the call log.
- (void)remove:(NSString *)calllogIdParameters
calllogId |
NString |
|---|
Availability
2.0.0
Discussion
This method removes the call log.
Declared In
SMCallLogServiceDelegate.h
– removeAll
required method
Remove all call logs
- (void)removeAllAvailability
2.0.0
Discussion
Remove all call logs
Declared In
SMCallLogServiceDelegate.h
– retrieve:andCount:
required method
This method returns call logs with beginning the given startIndex to the count size .
- (NSMutableArray *)retrieve:(int)startIndex andCount:(int)countParameters
startIndex |
int |
|---|---|
count |
int |
Return Value
CallLogEntry NSMutableArray
Availability
2.0.0
Discussion
This method returns call logs with beginning the given startIndex to the count size .
Declared In
SMCallLogServiceDelegate.h
– retrieveAll
required method
This method returns all call logs
- (NSMutableArray *)retrieveAllReturn Value
NSMutableArray CallLogEntry
Availability
2.0.0
Discussion
This method returns all call logs
Declared In
SMCallLogServiceDelegate.h