iosExecutionParams property

  1. @JsonKey(name: "ios_execution_params", fromJson: Util.stringToMap, toJson: Util.mapToString)
Map<String, String>? iosExecutionParams
final

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

Implementation

@JsonKey(
    name: "ios_execution_params",
    fromJson: Util.stringToMap,
    toJson: Util.mapToString)
final Map<String, String>? iosExecutionParams;