Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

com.taptap.tds.moment

Package Overview
Dependencies
Maintainers
0
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.taptap.tds.moment

TapTap Develop Service

  • 3.29.4
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
38
decreased by-9.52%
Maintainers
0
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 11 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc