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 |
|
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. |
|
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 |
|
fun Builder.itunesConnectAnalyticsParameters(init: Builder.() -> Unit): Unit
Creates a DynamicLink.ItunesConnectAnalyticsParameters object initialized using the init function and sets it to the DynamicLink.Builder |
|
fun Builder.navigationInfoParameters(: Builder.() -> Unit): Unit
Creates a DynamicLink.NavigationInfoParameters object initialized using the init function and sets it to the DynamicLink.Builder |
|
fun Builder.socialMetaTagParameters(init: Builder.() -> Unit): Unit
Creates a DynamicLink.SocialMetaTagParameters object initialized using the init function and sets it to the DynamicLink.Builder |