LinkClient class
Properties
-
api
↔ LinkApi
-
read / write
-
hashCode
→ int
-
The hash code for this object.
read-onlyinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
customWithTalk(int templateId, {Map<String, String>? templateArgs, Map<String, String>? serverCallbackArgs})
→ Future<Uri>
-
Send KakaoLink messages with custom templates.
-
customWithWeb(int templateId, {Map<String, String>? templateArgs, Map<String, String>? serverCallbackArgs})
→ Future<Uri>
-
Send KakaoLink messages with custom templates.
-
defaultWithTalk(DefaultTemplate template, {Map<String, String>? serverCallbackArgs})
→ Future<Uri>
-
-
defaultWithWeb(DefaultTemplate template, {Map<String, String>? serverCallbackArgs})
→ Future<Uri>
-
-
isKakaoLinkAvailable()
→ Future<bool>
-
-
launchKakaoTalk(Uri uri)
→ Future<void>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
scrapImage(String imageUrl, {bool secureResource = true})
→ Future<ImageUploadResult>
-
Upload remote image to Kakao Image Server to use as KakaoLink content image.
-
scrapWithTalk(String url, {int? templateId, Map<String, String>? templateArgs, Map<String, String>? serverCallbackArgs})
→ Future<Uri>
-
-
scrapWithWeb(String url, {int? templateId, Map<String, String>? templateArgs, Map<String, String>? serverCallbackArgs})
→ Future<Uri>
-
-
sharerWithResponse(LinkResult response, {Map<String, String>? serverCallbackArgs})
→ Future<Uri>
-
-
talkWithResponse(LinkResult response, {String? clientId, Map<String, String>? serverCallbackArgs})
→ Future<Uri>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
uploadImage(File image, {bool secureResource = true})
→ Future<ImageUploadResult>
-
Upload the local image to the Kakao Image Server to use it as a KakaoLink content image.