SharingResult class

카카오톡 공유 API 호출 결과

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

Properties

argumentMsg Map<String, dynamic>
templateArgs 검증 결과
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
templateArgs Map<String, dynamic>?
templateId로 지정한 템플릿에 사용자 인자
getter/setter pair
templateId int
메시지 템플릿 도구에서 구성한 사용자 정의 템플릿의 ID
getter/setter pair
templateMsg Map<String, dynamic>
templateId에 해당하는 template 전체 message
getter/setter pair
warningMsg Map<String, dynamic>
템플릿 검증 결과
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited

Operators

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