3.29.8-xd.1 • Published 4 months ago

com.xd.tds.moment v3.29.8-xd.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

TapTap.Moment

使用前提

使用 TapTap.Moment 前提是必须依赖以下库:

命名空间

using TapTap.Moment;

接口描述

设置回调

TapMoment.SetCallback(Action<int,string> action);

打开动态

TapMoment.Open(Orientation orientation);

发布动态

TapMoment.Publish(Orientation orientation, string[] imagePaths, string content);

关闭动态

TapMoment.Close();

获取更新消息

TapMoment.FetchNotification();

打开特定页面

场景化入口

var sceneDic = new Dictionary<string,object>(){{TapMomentConstants.TapMomentPageShortCutKey,sceneId}};

TapMoment.DirectlyOpen(orientation,TapMomentConstants.TapMomentPageShortCut,sceneDic);
3.29.8-xd.1

4 months ago

3.29.6-xd.1

7 months ago

3.29.5-xd.1

8 months ago

3.29.4-xd.2

9 months ago

3.29.4-xd.1

9 months ago

3.27.1-xd.1

12 months ago