MmUserNotifyProps class
Properties
channel
↔ bool ?
Set to "true" to enable channel-wide notifications (@channel, @all, etc.), "false" to disable. Defaults to "true".
getter/setter pair
desktop
↔ String ?
Set to "all" to receive desktop notifications for all activity, "mention" for mentions and direct messages only, and "none" to disable. Defaults to "all".
getter/setter pair
desktopSound
↔ bool ?
Set to "true" to enable sound on desktop notifications, "false" to disable. Defaults to "true".
getter/setter pair
email
↔ bool ?
Set to "true" to enable email notifications, "false" to disable. Defaults to "true".
getter/setter pair
firstName
↔ bool ?
Set to "true" to enable mentions for first name. Defaults to "true" if a first name is set, "false" otherwise.
getter/setter pair
hashCode
→ int
The hash code for this object.
no setter override
mentionKeys
↔ String ?
A comma-separated list of words to count as mentions. Defaults to username and @username.
getter/setter pair
push
↔ String ?
Set to "all" to receive push notifications for all activity, "mention" for mentions and direct messages only, and "none" to disable. Defaults to "mention".
getter/setter pair
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited