Link
data class Link @JvmOverloads constructor(val webUrl: String? = null, val mobileWebUrl: String? = null, val androidExecutionParams: Map<String, String>? = null, val iosExecutionParams: Map<String, String>? = null) : Parcelable
바로가기 정보
Link information
Parameters
web Url
웹 URL
Web URL
mobile Web Url
모바일 웹 URL
Mobile web URL
android Execution Params
Android 앱 실행 시 전달할 파라미터
Parameters to pass to the Android app
ios Execution Params
iOS 앱 실행 시 전달할 파라미터
Parameters to pass to the iOS app
Constructors
Properties
Link copied to clipboard
@SerializedName(value = "android_execution_params" )
Link copied to clipboard
Link copied to clipboard