InAppBrowserParam

인앱 브라우저 설정을 위한 파라미터
Parameters for in-app browser settings.

Parameters

url

Connection URL

navigationColor

navigation bar color (hex color)

urlBarHiding

set whether the url bar should hide as the user scrolls down on the page. default is true.

autoRedirectToExternalBrowser

If the in-app browser is not supported, external browser redirect is automatically supported. default is ture.

Types

Link copied to clipboard
class Builder(url: String)
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val url: String
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String