Package com. devbase. service. dynamic

Defines handler for Dynamic Link firebase

Types

Link copied to clipboard
open class DevDynamicLink

Class for handling dynamic link

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.TYPE] )
annotation class DynamicLinkSource

Functions

Link copied to clipboard
fun Activity.handleDynamicLink(positiveAction: (Int, Uri) -> Unit)

Method to handle dynamic link

Properties

Link copied to clipboard
const val GMS_DYNAMIC_LINK: Int = 1
Link copied to clipboard
const val HMS_DYNAMIC_LINK: Int = 2