DefaultTemplate class abstract

Kakao SDK의 기본 템플릿을 나타내는 인터페이스

별도 템플릿을 만들지 않고도 소스코드 레벨에서 간단하게 템플릿을 작성할 수 있도록 기본 템플릿 제공 이 모듈에서 제공되는 모든 템플릿 클래스는 이 인터페이스를 구현하고 있음 생성된 템플릿으로 카카오톡 공유, 카카오톡 메시지 전송에 활용 가능

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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