CallLogRequest class

Created by Rohit Giri on 22/03/23.

Properties

authToken String?
getter/setter pair
callCategory String?
getter/setter pair
callDirection String?
getter/setter pair
callStatus String?
getter/setter pair
callType String?
getter/setter pair
currentPage int
getter/setter pair
defaultLimit int
getter/setter pair
guid String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasRecording bool
getter/setter pair
limit int
getter/setter pair
maxLimit int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalPages int
getter/setter pair
uid String?
getter/setter pair

Methods

fetchNext({required dynamic onSuccess(List<CallLog> callLogs), required dynamic onError(CometChatCallsException excep)}) Future<List<CallLog>>
Fetches the next batch of call logs.
fetchPrevious({required dynamic onSuccess(List<CallLog> callLogs), required dynamic onError(CometChatCallsException excep)}) Future<List<CallLog>>
Fetches the previous batch of call logs.
getCallLogList(dynamic onSuccess(List<CallLog> callLogs), dynamic onError(CometChatCallsException excep), String response) → dynamic
getParams(bool isNext) CallLogFilterParams
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited