TSAppShareSingleton class

Inheritance

Constructors

TSAppShareSingleton()
factory

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
report(BuildContext context, {String? bizId, required int bizType, required String bizOwnerId}) → void
举报 的事件
override
requestShare({String? bizId, required int bizType, required int shareType}) Future<ShareDataModel?>
请求分享的信息
override
分享复制链接
inherited
shareToWechatOrTimeline(BuildContext context, {String? bizId, required int bizType, required int shareType, String? title, String? description, WeChatImage? thumbnailImage}) → dynamic
分享微信或者朋友圈
inherited
showEasyShareBoard(BuildContext context, {void imHandle()?, void posterHandle()?, bool showCopyLink = false, bool showReport = false, BaseActionModel? blockModel, String? bizId, required int bizType, String? bizOwnerId, String? title, String? description, WeChatImage? thumbnailImage}) → void
弹出常见的分享面板
inherited
showQuickPosterEasyShareBoard(BuildContext context, {GlobalKey<State<StatefulWidget>>? posterRepaintBoundaryGlobalKey, bool showCopyLink = false, String? bizId, required int bizType, String? title, String? description, WeChatImage? thumbnailImage}) → void
弹出常见的分享面板(+海报根据key快捷获取)
showUIByModel(BuildContext context, {required List<BaseActionModel> shareActionModels, List<BaseActionModel>? operateActionModels}) → void
展示UI
override
toString() String
A string representation of this object.
inherited

Operators

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