NavDeepLinkIntentBuilder

class NavDeepLinkIntentBuilder(application: Context, downloadUri: String, playerUri: String) : IntentBuilder

Constructors

Link copied to clipboard
constructor(application: Context, downloadUri: String, playerUri: String)

Functions

Link copied to clipboard
open override fun buildDownloadIntent(): PendingIntent

Pending intent for the screen showing downloads. Used in background Notifications for download progress.

Link copied to clipboard
open override fun buildPlayerIntent(): PendingIntent

Pending intent for the screen showing playback controls. Used in Media Notification and System Controls.