LinkClient class

Constructors

LinkClient(LinkApi api, { Platform platform })

Properties

api LinkApi
read / write
hashCode → int
The hash code for this object.
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

customWithTalk(int templateId, { Map<String, String> templateArgs, Map<String, String> serverCallbackArgs }) → Future<Uri>
customWithWeb(int templateId, { Map<String, String> templateArgs, Map<String, String> serverCallbackArgs }) → Future<Uri>
defaultWithTalk(DefaultTemplate template, { Map<String, String> serverCallbackArgs }) → Future<Uri>
defaultWithWeb(DefaultTemplate template, { Map<String, String> serverCallbackArgs }) → Future<Uri>
launchKakaoTalk(Uri uri) → Future<void>
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(LinkResponse response, { Map<String, String> serverCallbackArgs }) → Future<Uri>
talkWithResponse(LinkResponse response, { String clientId, Map<String, String> serverCallbackArgs }) → Future<Uri>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

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

Static Properties

instance LinkClient
final