GroupWisePushNotification

Interface representing a push notification command to be sent to all members of a group.

Functions

Link copied to clipboard
Link copied to clipboard
open fun of(recipient: GroupId, sender: UserId, message: NotificationMessage): GroupWisePushNotification
Factory method to create a new instance of PushNotificationCommand.
Link copied to clipboard
abstract fun recipient(): GroupId
Link copied to clipboard
abstract fun sender(): UserId
Link copied to clipboard
abstract fun type(): CommandType