FormatContext

class FormatContext(val component: BandyerComponent, val isNotification: Boolean)

Context of the formatter. This context may be used to customize an incoming event, based on the component and/or if is a notification

Since

v1.1.0

Author

kristiyan

Parameters

component

Bandyer component requiring formatting

isNotification

boolean indicating if a notification required the format

Constructors

Link copied to clipboard
fun FormatContext(component: BandyerComponent, isNotification: Boolean)

Properties

Link copied to clipboard
val component: BandyerComponent
Link copied to clipboard
val isNotification: Boolean