ktx / com.google.firebase.dynamiclinks.ktx / com.google.firebase.dynamiclinks.DynamicLink.Builder

Extensions for com.google.firebase.dynamiclinks.DynamicLink.Builder

androidParameters

fun Builder.androidParameters(init: Builder.() -> Unit): Unit

Creates a DynamicLink.AndroidParameters object initialized using the init function and sets it to the DynamicLink.Builder

fun Builder.androidParameters(    packageName: String,     init: Builder.() -> Unit): Unit

Creates a DynamicLink.AndroidParameters object initialized with the specified packageName and using the init function and sets it to the DynamicLink.Builder

googleAnalyticsParameters

fun Builder.googleAnalyticsParameters(init: Builder.() -> Unit): Unit

Creates a DynamicLink.GoogleAnalyticsParameters object initialized using the init function and sets it to the DynamicLink.Builder

fun Builder.googleAnalyticsParameters(    source: String,     medium: String,     campaign: String,     init: Builder.() -> Unit): Unit

Creates a DynamicLink.GoogleAnalyticsParameters object initialized with the specified source, medium, campaign and using the init function and sets it to the DynamicLink.Builder.

iosParameters

fun Builder.iosParameters(    bundleId: String,     init: Builder.() -> Unit): Unit

Creates a DynamicLink.IosParameters object initialized with the specified bundleId and using the init function and sets it to the DynamicLink.Builder

itunesConnectAnalyticsParameters

fun Builder.itunesConnectAnalyticsParameters(init: Builder.() -> Unit): Unit

Creates a DynamicLink.ItunesConnectAnalyticsParameters object initialized using the init function and sets it to the DynamicLink.Builder

navigationInfoParameters

fun Builder.navigationInfoParameters(init: Builder.() -> Unit): Unit

Creates a DynamicLink.NavigationInfoParameters object initialized using the init function and sets it to the DynamicLink.Builder

socialMetaTagParameters

fun Builder.socialMetaTagParameters(init: Builder.() -> Unit): Unit

Creates a DynamicLink.SocialMetaTagParameters object initialized using the init function and sets it to the DynamicLink.Builder