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