DeepLinkConfiguration

data class DeepLinkConfiguration(val packageNames: Set<String>) : Parcelable

Specifies additional deep link configuration.

Parameters

packageNames

A set of app package names the deep link is intended to open.

Constructors

Link copied to clipboard
constructor(packageNames: Set<String>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)