使用 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);