CallLogRequest class

Created by Rohit Giri on 22/03/23.

Properties

authToken String?
read / write
callCategory String?
read / write
callDirection String?
read / write
callStatus String?
read / write
callType String?
read / write
currentPage int
read / write
defaultLimit int
read / write
guid String?
read / write
hashCode int
The hash code for this object.
read-onlyinherited
hasRecording bool
read / write
limit int
read / write
maxLimit int
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
totalPages int
read / write
uid String?
read / write

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