Alerts

@Serializable
data class Alerts(val onFollow: Boolean, val onFavourite: Boolean, val onMention: Boolean, val onBoost: Boolean, val onPoll: Boolean)

Used to select which alerts to receive from a PushSubscription.

Constructors

Link copied to clipboard
constructor(onFollow: Boolean, onFavourite: Boolean, onMention: Boolean, onBoost: Boolean, onPoll: Boolean)

Properties

Link copied to clipboard

Receive boost notifications?

Link copied to clipboard

Receive favourite notifications?

Link copied to clipboard

Receive follow notifications?

Link copied to clipboard

Receive mention notifications?

Link copied to clipboard

Receive poll notifications?