CoMembersPushNotification

Interface representing a push notification command to be sent to all users who share at least one group with a specific reference user.

Functions

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