PublishingTargetStrategy

A strategy to specify the target to send the notification message.

Functions

Link copied to clipboard
abstract infix suspend fun toAllMembersOf(groupId: GroupId)

Sends the notification message to all members of the specified groupId.

Link copied to clipboard
abstract infix suspend fun toAllMembersSharingGroupWith(userId: UserId)

Sends the notification message to all members of all groups which the given userId is a member of.