SSDKMap class

Constructors

SSDKMap()

Properties

map → Map
final
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

setFacebook(String text, dynamic images, String url, String urlTitle, String urlName, String attachementUrl, String hasTag, String quote, SSDKContentType type) → void
setGeneral(String text, dynamic images, String url, String title, SSDKContentType contentType) → void
setQQ(String text, String title, String url, String audio, String video, String thumbImage, dynamic images, SSDKContentType type, ShareSDKPlatform subPlatform) → void
setSina(String text, String title, dynamic images, String video, String url, double latitude, double longitude, String objectId, bool isStory, SSDKContentType type) → void
setTwitter(String text, dynamic images, String video, double latitude, double longitude, SSDKContentType type) → void
setWechat(String text, String title, String url, String thumbImage, dynamic images, String musicFileURL, String extInfo, String fileData, String emoticonData, String fileExtension, String sourceFileData, SSDKContentType contentType, ShareSDKPlatform subPlatform) → void
setWeChatMiniProgram(String title, String desc, String webUrl, String path, String thumbImage, String hdThumbImage, String userName, bool withShareTicket, int miniProgramType, ShareSDKPlatform subPlatform) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
@pragma("vm:entry-point"), inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

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