NotificationBuilder

open class NotificationBuilder

Author

Umang Chamaria Date: 27/12/19

Constructors

NotificationBuilder
Link copied to clipboard
open fun NotificationBuilder(context: Context, notificationPayload: NotificationPayload, notificationId: Int, actionIntent: Intent)

Functions

addAutoDismissIfAny
Link copied to clipboard
open fun addAutoDismissIfAny()
addClickAndClearCallbacks
Link copied to clipboard
open fun addClickAndClearCallbacks(builder: NotificationCompat.Builder)
buildImageNotification
Link copied to clipboard
buildTextNotification
Link copied to clipboard
open fun buildTextNotification(): NotificationCompat.Builder
Builds a text only notification object.