ShareSDKRegister class
Constructors
Properties
- platformsInfo → 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
-
setupAliSocial(
String appId) → void -
setupDingTalk(
String appId) → void -
setupDouBan(
String apikey, String appSecret, String redirectUrl) → void -
setupDropbox(
String appkey, String appSecret, String redirectUrl) → void -
setupEvernote(
String consumerKey, String consumerSecret, bool sandbox) → void -
setupFacebook(
String appkey, String appSecret, String displayName) → void -
setupFlick(
String apikey, String apiSecret) → void -
setupGooglePlus(
String clientId, String clientSecret, String redirectUrl) → void -
setupInstagram(
String clientId, String clientSecret, String redirectUrl) → void -
setupInstapaper(
String consumerKey, String consumerSecret) → void -
setupKaiXin(
String apikey, String appSecret, String redirectUrl) → void -
setupKakao(
String appkey, String restApiKey, String redirectUrl) → void -
setupLinkedIn(
String apikey, String appSecret, String redirectUrl) → void -
setupMeiPai(
String appkey) → void -
setupPinterest(
String clientId) → void -
setupPocket(
String consumerKey, String redirectUrl) → void -
setupQQ(
String appId, String appkey) → void -
setupReddit(
String appkey, String redirectUrl) → void -
setupSinaWeibo(
String appkey, String appSecret, String redirectUrl) → void -
setupTelegram(
String botToken, String botDomain) → void -
setupTencentWeibo(
String appkey, String appSecret, String redirectUrl) → void -
setupTumblr(
String consumerKey, String consumerSecret, String redirectUrl) → void -
setupTwitter(
String consumerKey, String consumerSecret, String redirectUrl) → void -
setupVKontakte(
String applicationId, String secretKey) → void -
setupWechat(
String appId, String appSecret) → void -
setupYiXin(
String appid, String appSecret, String redirectUrl) → void -
setupYouDao(
String consumerKey, String consumerSecret, String oauthCallback) → void -
setupYouTube(
String clientId, String clientSecret, String redirectUrl) → 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