ScheduledFileMessageUpdateParams class Null safety

Annotations

Constructors

ScheduledFileMessageUpdateParams({String? url, String? fileName, int? fileSize, String? fileType, List? thumbnails, int? scheduledAt, String? customType, String? data, bool? requireAuth, bool? sendPush, String? mentionType, List? mentionedUserIds, bool? isSilent, bool? markAsRead, Map? sortedMetaarray, String? dedupId, String? apnsBundleId, PushTriggerOption? pushOption, AppleCriticalAlertOptions? appleCriticalAlertOptions, String? reqId})

Properties

apnsBundleId String?
Specifies the bundle ID of the client app in order to send a push notification to iOS devices.
read / write
appleCriticalAlertOptions AppleCriticalAlertOptions?
Options that support Apple critical alerts and checks whether the message is a critical alert.
read / write
customType String?
Specifies a custom message type which is used for message grouping. The length is limited to 128 characters.
read / write
data String?
Specifies additional message information such as custom font size, font type or JSON formatted string.
read / write
dedupId String?
Specifies the unique message ID created by other system.
read / write
fileName String?
Name of file which is specified by the url property.
read / write
fileSize int?
Size of file which is specified by the url property.
read / write
fileType String?
If the file property is used for file upload, this property is automatically specified by Sendbird server.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
isSilent bool?
Determines whether to send a message without updating some of the channel properties.
read / write
markAsRead bool?
Determines whether to mark the message as read for the sender.
read / write
mentionedUserIds List?
Specifies an array of one or more IDs of the users who will get a notification for the message.
read / write
mentionType String?
Specifies the mentioning method which indicates the user scope who will get a notification for the message.
read / write
pushOption PushTriggerOption?
default, suppress, force
read / write
reqId String?
Additional ID which is sent from the SDK.
read / write
requireAuth bool?
Determines whether or not the file in the message and generated thumbnail images can be only accessed by the users within the application who are participating in the same open channel, or who are the members of the same group channel.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
scheduledAt int?
The time to send the message, in Unix milliseconds format. The messages are scheduled in minutes The term between current time and scheduledAt should be between 5 minutes (depending on the app attribute minimum_interval_for_scheduling) and 30 days
read / write
sendPush bool?
Determines whether to send a push notification for the message to the members of the channel
read / write
sortedMetaarray Map?
Specifies a JSON object of one or more key-values items which store additional message information.
read / write
thumbnails List?
Specifies an array of one or more URLs of the external thumbnail images which are generated from the image which is specified by the url property.
read / write
url String?
Specifies the URL of the file which is hosted on the server of your own or other external third party companies.
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited