IRCIMIWDownloadMediaMessageListener class

Constructors

IRCIMIWDownloadMediaMessageListener({required dynamic onMediaMessageDownloading(RCIMIWMediaMessage? message, int? progress), required dynamic onDownloadingMediaMessageCanceled(RCIMIWMediaMessage? message), required dynamic onMediaMessageDownloaded(int? code, RCIMIWMediaMessage? message)})

Properties

hashCode int
The hash code for this object.
no setterinherited
onDownloadingMediaMessageCanceled ↔ dynamic Function(RCIMIWMediaMessage? message)
getter/setter pair
onMediaMessageDownloaded ↔ dynamic Function(int? code, RCIMIWMediaMessage? message)
getter/setter pair
onMediaMessageDownloading ↔ dynamic Function(RCIMIWMediaMessage? message, int? progress)
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