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
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
Constructors
Properties
Link copied to clipboard
@SerializedName(value = "android_execution_params")
Link copied to clipboard
Link copied to clipboard