EMGroupSharedFile class Null safety
The EMGroupSharedFile class, which manages the chat group shared files.
To get the information of the chat group shared file, call {@link EMGroupManager#fetchGroupFileListFromServer(String, int?, int?)}.
List<EMGroupSharedFile>? list = await EMClient.getInstance.groupManager.fetchGroupFileListFromServer(groupId);
Properties
- createTime → int?
-
Gets the Unix timestamp for uploading the shared file, in milliseconds. [...]
read-only
- fileId → String?
-
Gets the shared file ID. [...]
read-only
- fileName → String?
-
Gets the shared file name. [...]
read-only
- fileOwner → String?
-
Gets the username that uploads the shared file. [...]
read-only
- fileSize → int?
-
Gets the data length of the shared file, in bytes. [...]
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited