talk library
Provides KakaoTalk API.
Classes
- ApiFactory
- Factory for network clients, interceptors, and error transformers used by other libraries.
- Button
- Button inside KakaoTalk message template v2.
- Channel
- Channels
- Commerce
- Represents commerce section data of commerce type template.
- CommerceTemplate
- Default template for commerce type.
- Content
- Represents content section of feed, location, and commerce type template.
- DefaultTemplate
- Interface for default templates. See LinkClient.defaultWithWeb() and TalkApi.defaultMemo().
- FeedTemplate
- Default template for feed type.
- Friend
- Represents a friend user in TalkApi.friends() API.
- Friends
- Response from TalkApi.friends().
- ItemContent
- An object containing the contents of a list of items.
- ItemInfo
- An object containing the contents of a list of items.
- KakaoContext
- Singleton context for Kakao Flutter SDK.
- Link
- Collection of links to open whe a specific area in KakaoTalk message is tapped.
- ListTemplate
- Default template for list type.
- LocationTemplate
- Default template for location type.
- MessageFailureInfo
- MessageSendResult
- ServerHosts
- List of hosts used by Kakao API.
- Social
- Represents social section data of message template v2.
- TalkApi
- Provides KakaoTalk API.
- TalkProfile
- TextTemplate
- Default template for text type.
- Util
- Collection of utility methods, usually for converting data types.
Enums
- ApiErrorCause
- Specific error code from Kakao API.
- AuthErrorCause
- Specific error from Kakao OAuth.
- FriendOrder
Functions
-
isKakaoTalkInstalled(
) → Future< bool> - Determines whether KakaoTalk is installed on this device.
-
launchBrowserTab(
Uri uri, {String? redirectUri}) → Future< String> - Launches a given url with platform-specific default browser tab.
Exceptions / Errors
- DapiException
- API error from LocalApi and SearchApi.
- KakaoApiException
- Exception thrown by Kakao API server.
- KakaoAuthException
- Exception thrown by Kakao OAuth server.
- KakaoClientException
- Exception thrown on the client side.
- KakaoException
- Exception thrown by Kakao Flutter SDK. Base class for all other exception that this SDK generates.