MessageNotifier

class MessageNotifier @Inject constructor(context: Context)

Constructors

Link copied to clipboard
@Inject
constructor(context: Context)

Types

Link copied to clipboard

Functions

Link copied to clipboard
fun notify(@StringRes messageId: Int, duration: MessageNotifier.Duration = Duration.SHORT)
fun notify(message: String, duration: MessageNotifier.Duration = Duration.SHORT)