ZIMMediaDownloadedResult class

Supported versions: 2.1.0 and above.

Detail description: The progress callback for downloading media messages.

Business scenario: The developer can obtain the download progress of the media message through this callback.

Notification timing: When the developer calls the downloadMediaFile interface, this callback will be triggered, and will be triggered multiple times during the download process.

Related APIs: Through downloadMediaFile, the download progress will be notified through this callback.

Constructors

ZIMMediaDownloadedResult({required ZIMMessage message})

Properties

hashCode int
The hash code for this object.
no setterinherited
message ZIMMessage
getter/setter pair
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