AI手机网,短视频直播 硬改改机 一键新机 群控软件 刷机定制

 找回密码
 立即注册
搜索
查看: 1505|回复: 3

自定义插件中SendIntent方法所支持的参数列表

[复制链接]
发表于 2018-5-18 18:37:07 | 显示全部楼层 |阅读模式

( u7 I: F! I8 V  r1 P) v& e) D- _$ A
  •     //打开附近的人界面,这个具体参数请查看开发博客
  •     var dic = new Dictionary<string, string> { { "act", "opennearui" } };
  •      SendIntent(dic);
    , U' W, Q" ]# N& @5 c. [) _

( C) l. f3 }1 Z1 @0 ~5 e5 s& b/ G$ G
上一篇博文中,我们的DEMO插件 里有这么一句,其实这个是我们的开发人员预置的接口,可用的参数有以下几个
  •     //打开指定用户的聊天对话界面
  •     var dic = new Dictionary<string, string> { { "act", "openchatui" },{"userid“,”用户id"} };
  •     SendIntent(dic);
    * t5 g7 h6 P* l$ l0 u
" K2 b6 C5 N( h$ D) ?& T* `- F
  •     //打开指定用户的用户信息界面
  •     var dic = new Dictionary<string, string> { { "act", "openuser" },{"userid“,”用户id"} };
  •     SendIntent(dic);8 ^. w/ {: l* S; s
9 L4 |; N( U) J+ N
  •     //打开好友群发界面
  •     var dic = new Dictionary<string, string> { { "act", "openmasssend" } };
  •     SendIntent(dic);
    5 t8 e# Q: M( u
+ b# _% X! c# r  w" b0 V0 H# e8 {8 m
  •     //打开搜索好友界面
  •     var dic = new Dictionary<string, string> { { "act", "searchui" } };
  •     SendIntent(dic);; l% {) b; @) z8 w7 k+ W0 M* X+ I
0 |6 \6 \: |; W- R8 o, D4 ^
  •     //打开我的信息界面
  •     var dic = new Dictionary<string, string> { { "act", "openinfoui" }};
  •     SendIntent(dic);; j. b; k) B6 g8 B
  S) C( u" d9 j; P; R6 p
  •     //打开朋友圈界面
  •     var dic = new Dictionary<string, string> { { "act", "opensnsui" }};
  •     SendIntent(dic);
    % X9 v, ?) `8 O1 d8 H1 P5 A

2 u, ?9 j' f7 P, C" ~  J
  •     //打开附近的人界面
  •     var dic = new Dictionary<string, string> { { "act", "opennearui" } };
  •     SendIntent(dic);
    4 S; `8 S4 m6 X, `& _: d6 Y
$ ~) |$ o1 h& G& Z- _, ~
  •     //打开附近对我打招呼的人界面
  •     var dic = new Dictionary<string, string> { { "act", "opennearsayhi" } };
  •     SendIntent(dic);
    2 w; o% g! d: w6 f
1 I8 \2 F' w$ C
  •     //打开摇一摇
  •     var dic = new Dictionary<string, string> { { "act", "openyaoyiyao" } };
  •     SendIntent(dic);# G/ c8 A8 F" Y; ~" X1 u: N9 m6 i

$ g2 a5 x5 F7 f& R- [
  •     //打开摇一摇对我打招呼的人
  •     var dic = new Dictionary<string, string> { { "act", "openyaoyiyaosayhi" };
  •     SendIntent(dic);
    5 T; N. v, ]) |. T0 `" _3 ~2 ~
, M  L1 m% A$ a" B5 f3 d- U% N& a7 N
  •     //打开指定url
  •     var dic = new Dictionary<string, string> { { "act", "openurl" }  ,{"url","目标地址"}};
  •     SendIntent(dic);/ Z, s( B3 J1 r) G# O
目前就这些
4 f9 K) I' L/ v
发表于 2018-6-11 23:07:42 | 显示全部楼层
啊手动阀手动阀手动阀手动阀
发表于 2018-7-6 11:06:14 | 显示全部楼层
双击评论666gu过瘾,刺激
发表于 2018-9-4 20:16:33 | 显示全部楼层
好东西,谢谢分享!!!!!
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

技术交流售后群

QQ|小黑屋|手机版|站点找错-建议|AI手机网 |Sitemap



GMT+8, 2024-4-19 13:01 , Processed in 0.152711 second(s), 27 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表