Link class Null safety
메시지에서 콘텐츠 영역이나 버튼 클릭 시에 이동되는 링크 정보 오브젝트
- Annotations
- @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)
Properties
-
androidExecutionParams
→ Map<
String, String> ? -
안드로이드 카카오톡에서 사용하는 앱 링크 URL에 추가할 파라미터
@JsonKey(name: "android_execution_params", fromJson: Util.stringToMap, toJson: Util.mapToString), final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
iosExecutionParams
→ Map<
String, String> ? -
iOS 카카오톡에서 사용하는 앱 링크 URL에 추가할 파라미터
@JsonKey(name: "ios_execution_params", fromJson: Util.stringToMap, toJson: Util.mapToString), final
- mobileWebUrl → Uri?
-
모바일 카카오톡에서 사용하는 웹 링크 URL
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- webUrl → Uri?
-
PC 버전 카카오톡에서 사용하는 웹 링크 URL
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited