CallLog class

main call_log plugin class

Constructors

CallLog()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Static Methods

get() Future<Iterable<CallLogEntry>>
Get all call history log entries. Permissions are handled automatically
query({int? dateFrom, int? dateTo, int? durationFrom, int? durationTo, DateTime? dateTimeFrom, DateTime? dateTimeTo, String? name, String? number, CallType? type, String? numbertype, String? numberlabel, String? cachedNumberType, String? cachedNumberLabel, String? cachedMatchedNumber, String? phoneAccountId}) Future<Iterable<CallLogEntry>>
Query call history log entries dateFrom: unix timestamp. precision in millis. Use only one of dateFrom dateTimeFrom dateTo: unix timestamp. precision in millis. Use only one of dateTo dateTimeTo dateTimeFrom: DateTime. Same as dateFrom, but accepting DateTime. Use only one of dateFrom dateTimeFrom dateTimeTo: DateTime. Same as dateTo, but accepting DateTime. Use only one of dateTo dateTimeTo durationFrom: minimal call length in seconds durationTo: minimal call length in seconds name: call participant name (present only if in contacts) number: call participant phone number type: value from CallType enum