Link

constructor(    webUrl: String? = null,     mobileWebUrl: String? = null,     androidExecutionParams: Map<String, String>? = null,     iosExecutionParams: Map<String, String>? = null)

Parameters

webUrl

웹 URL
Web URL

mobileWebUrl

모바일 웹 URL
Mobile web URL

androidExecutionParams

Android 앱 실행 시 전달할 파라미터
Parameters to pass to the Android app

iosExecutionParams

iOS 앱 실행 시 전달할 파라미터
Parameters to pass to the iOS app