Link class

메시지에서 콘텐츠 영역이나 버튼 클릭 시에 이동되는 링크 정보 오브젝트

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)

Properties

androidExecutionParams → Map<String, String>?
안드로이드 카카오톡에서 사용하는 앱 링크 URL에 추가할 파라미터
final
hashCode → int
The hash code for this object.
read-onlyinherited
iosExecutionParams → Map<String, String>?
iOS 카카오톡에서 사용하는 앱 링크 URL에 추가할 파라미터
final
mobileWebUrl → Uri?
모바일 카카오톡에서 사용하는 웹 링크 URL
final
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
webUrl → Uri?
PC 버전 카카오톡에서 사용하는 웹 링크 URL
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited