UnifyShare class

Mixed-in types

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkPlatformInstall() Future<bool?>
configAndroidPackAge(String? name) → void
content(ShareBody body) UnifyShare?
分享的内容
isAppInstallCallBack(bool isInstall) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
platform(SharePlatform sharePlatform) UnifyShare?
分享的平台
registerCallBack(ShareEnumContainer enumContainer) → void
注册回调
inherited
registerDD(String? dtAppId) → void
registerWx(String? wxAppId, {String? universalLink}) → void
shareCallBack(ShareEnumContainer enumContainer, String message) → void
分享回调
override
shareType(ShareType type) UnifyShare?
分享的类型
startShare({UnifyShareCallback? shareCallback}) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance UnifyShare?
no setter

Static Methods

getStatus(int? status) ShareStatus?
init({String? wxAppId, String? androidPackageName, String? universalLink, String? dtAppId}) → void
初始化 到一个界面必须调用