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

 找回密码
 立即注册
搜索
查看: 1475|回复: 0

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

[复制链接]
发表于 2018-11-15 08:34:44 | 显示全部楼层 |阅读模式
123 //打开附近的人界面,这个具体参数请查看开发博客 var dic = new Dictionary<string, string> { { "act", "opennearui" } }; SendIntent(dic);这个是我们的开发人员预置的接口,可用的参数有以下几个        C#//打开指定用户的聊…
1 ^. _' {. i3 n( {

6 y( l# }9 ~4 Y, H/ y' r6 L7 u6 z
1
' [# c+ l5 y1 i/ _  M4 E2
9 [) Y6 c$ R1 q8 M" A; S; u3
! v9 g/ Q4 z) E8 \
3 K2 D: ?5 d8 m! g9 Q/ G
    //打开附近的人界面,这个具体参数请查看开发博客
7 ~2 ^4 x9 O! X  P6 X0 a" p    var dic = new Dictionary<string, string> { { "act", "opennearui" } };6 Y; `5 O' I& R  [
     SendIntent(dic);9 ~; _9 ]) T/ O/ G/ @2 h! t: Y

5 V2 P8 W% J3 Y9 W
这个是我们的开发人员预置的接口,可用的参数有以下几个

0 Q8 s. G9 N2 Y3 N( Z' R- W3 h/ X, N& n4 F
//打开指定用户的聊天对话界面    var dic = new Dictionary<string, string> { { "act", "openchatui" },{"userid“,”用户id"} };    SendIntent(dic);; m- Q0 w6 y5 x; ]& ]+ t. n
1
' z2 k- X5 H# W2
# }7 m- J& G$ n, U$ `- m6 W3* F1 n% Q8 z6 ^! T  n3 K
# D+ A/ N0 i9 t! p7 P
    //打开指定用户的聊天对话界面
7 K8 e' t( v( \: W# o5 i# A    var dic = new Dictionary<string, string> { { "act", "openchatui" },{"userid“,”用户id"} };
, y& K* J/ c9 x( W  J    SendIntent(dic);! }, x" b; F1 }% v: S; y
. o  K# f, a- J& Y# z
# k2 D( i2 [9 X; p5 k# }

# R& R7 h7 a1 f, m
; k5 V# T4 G! G& Y
! u5 u% E3 C  _1 F; W5 R! T/ y
7 ]- s# }8 h* J7 N//打开指定用户的用户信息界面    var dic = new Dictionary<string, string> { { "act", "openuser" },{"userid“,”用户id"} };    SendIntent(dic);; r; t4 U; @/ x- n: ]4 P
1
: {* _3 K' g! j! M2 j2
/ h5 s8 T9 b0 J& P" z. `# G0 G37 j; y4 Y: T; L* _- P( p
* p9 g( D2 i: k. O
    //打开指定用户的用户信息界面
7 Z5 G' r0 V, Y. y: Z  e( G5 R2 J- E    var dic = new Dictionary<string, string> { { "act", "openuser" },{"userid“,”用户id"} };) b6 N7 X: h7 l+ _0 w! \6 \
    SendIntent(dic);( H: {0 s: Y' g7 G" @7 H; g3 e0 W

* p% C2 K  M% J: P

; o0 C4 V% b+ F; w: V

2 ?$ ]( K4 M" e; p; T9 x9 ]$ e9 `8 Z& S2 m

3 u. u7 t* T3 \* m2 F* Y3 N
3 `/ ~) H! l4 X1 O//打开好友群发界面    var dic = new Dictionary<string, string> { { "act", "openmasssend" } };    SendIntent(dic);5 d" l4 }6 T  c0 C$ \3 @2 F  Q; s
1, [/ V. z: p# [2 P
2
1 b  o/ ~) t0 f9 b" i% Z4 h7 U3
* o% g: p2 S: G) p: w5 h0 S- W! Z1 y. J6 f
    //打开好友群发界面
- M( S6 N' z# W  l( m    var dic = new Dictionary<string, string> { { "act", "openmasssend" } };
0 T5 J4 A' f' G8 p    SendIntent(dic);
+ ^9 b, o; ?5 m4 r+ j; I* b) _' A7 S! Q$ {/ q8 W8 H, S

, ~0 Y' `6 f$ ^* g7 ]
: v9 j! [* D. T/ V

' }0 \, H7 u, E2 I/ a! F7 t, p0 N( b* y9 ^( D! [+ n
4 l& \* W+ V& i7 l. @
//打开搜索好友界面    var dic = new Dictionary<string, string> { { "act", "searchui" } };    SendIntent(dic);
$ c6 Y2 I( d+ l* |$ G
10 Y- ]* @9 z, p6 I3 t
2
* C; z$ I. G  B1 t1 {3
1 T$ w& p2 U& D% V( ]2 M) W1 C
2 k  s4 [/ ^" r
    //打开搜索好友界面+ p+ P$ a! K& j3 J3 o0 ]; K
    var dic = new Dictionary<string, string> { { "act", "searchui" } };; E; Z( p% [1 s3 L" v6 i
    SendIntent(dic);
' c; z: A! M1 J% [) {, [* }0 r/ _: f% Z1 h+ g& K* d! }- {  M9 L

7 g' U4 o% N3 R9 ^( Y

  q# C" Z; Q0 _  l- K) I4 ^
) ~* ^1 Z, G1 c# p9 e4 H
7 H3 s, c* {: }0 ]
/ ?# I# L$ G* O6 h  z" u& Q. o//打开我的信息界面    var dic = new Dictionary<string, string> { { "act", "openinfoui" }};    SendIntent(dic);
/ W% k- M2 t" }! x
1
9 j7 _1 J. k) e* r1 y: h$ i2
0 k% s$ K& O1 A* @3
& |3 W4 r# x2 F9 t8 b6 s; W
& d. G! y& ~5 a- ~. v- d* P! h& I) B& s- r
    //打开我的信息界面# `( b, c4 B7 x8 m5 j
    var dic = new Dictionary<string, string> { { "act", "openinfoui" }};" R# F( X- U, {2 J& R$ ]
    SendIntent(dic);, j8 d  ]. e2 |

2 f, w# ?/ i; {* y# N
" {7 U$ ^( h4 U+ I8 r$ O  i
# b% q0 X! o/ ?! x. z
; H: }* L# W0 V
/ C/ K6 U# R0 ?4 Q% o1 V
2 e" E' ]: Y/ G) y! ~! y: Q
//打开朋友圈界面    var dic = new Dictionary<string, string> { { "act", "opensnsui" }};    SendIntent(dic);
7 J4 ~( Q# f: w1 i9 o# s- [
1$ R  H# L2 O1 v1 v
22 p( P. r' v' v
3
6 k1 H6 A7 ^1 k! a0 Y! l, ]5 K2 A' F% {) Q
    //打开朋友圈界面
+ @7 v3 q: _+ w- U9 {    var dic = new Dictionary<string, string> { { "act", "opensnsui" }};
/ \- d+ A. }4 d8 D8 t    SendIntent(dic);
+ F0 b  ?7 `5 l" n. ]2 w& p/ L) b
7 P# [; m- u3 S; t' p. K, c% y" J
; G4 e6 D/ y3 K, W3 r* V
5 ]5 C" g% m. Y5 P3 w  e; A+ C  b

# Y; t6 b! s1 f' v2 I
. Y- W/ K! {' r  I* m( b6 [( b7 f0 _
//打开附近的人界面    var dic = new Dictionary<string, string> { { "act", "opennearui" } };    SendIntent(dic);
% v! m( v; Z/ }8 x) t/ P. W
1
3 c; U6 ?2 c5 F3 i* |3 {/ _( P2( `$ o3 p, y: J) ]% {
3
) p1 h: g! z& m4 `0 o4 @1 B' G
  B3 m& [1 f# h) T  T1 I7 l6 \* T
    //打开附近的人界面
. v/ p( V& ^& E  ~" B$ T1 G- n    var dic = new Dictionary<string, string> { { "act", "opennearui" } };9 i+ \6 f6 {5 l3 B' ~, K/ p
    SendIntent(dic);
8 ~4 G+ I% q, {+ O; D) @0 V
, Z9 _& X4 V" E- T
6 J* R0 M3 q3 b  Z% g# ~# p* \

) e: ~9 j2 J- r
3 O! P1 A6 @* @1 U( ^2 X: [9 l3 w$ U5 e( `2 H% Z
; m* e2 B  T5 \  J. |, \
//打开附近对我打招呼的人界面    var dic = new Dictionary<string, string> { { "act", "opennearsayhi" } };    SendIntent(dic);$ E! n; F. B, P0 |0 J3 K
1& x0 r5 A- N; k. \5 {# ]! T
2" g4 x) ]+ y3 F( n
3
0 l5 U) n0 f6 O# [+ \, D6 L$ j9 `5 N/ Y
    //打开附近对我打招呼的人界面
/ {# x- @; p4 ~% b9 [% P    var dic = new Dictionary<string, string> { { "act", "opennearsayhi" } };: Z! |! p9 x) x! s2 P* {  i
    SendIntent(dic);
) {- Z& B8 }' c! X' m- n9 R0 T& @% J( q
3 j. S. n& |9 Q$ @/ o- a7 Y8 m
3 n& N* }/ z6 A8 K/ I, p4 [+ t+ b" P

' W% y( G0 ^1 Y/ C: d' ~; ]6 L  ^8 \+ b* I% E: K( Q( n
& h' S2 x5 i9 U5 E" E  N( O' G
//打开摇一摇    var dic = new Dictionary<string, string> { { "act", "openyaoyiyao" } };    SendIntent(dic);  W8 ]4 z- Q+ _
1
+ s; `( R1 s; B5 Y: n9 ~2
) K) T5 c3 e! W8 |' Z0 A33 s2 h2 b  c, o* P# \% V
6 O# W% ^+ o# E: M* K/ W4 [$ I
    //打开摇一摇
; `/ D; T. Q+ |$ [$ S    var dic = new Dictionary<string, string> { { "act", "openyaoyiyao" } };! E8 [- R" \! i. i7 W
    SendIntent(dic);  p4 L# S3 p6 Y, y0 @
2 m* K; w: s" S' |' ^9 ~6 r
3 f6 g/ t0 S! ~9 Q: r+ l
5 z2 e" e& U! U6 K) O

# U! O7 G4 r/ _, o
& {: @8 G2 U) m4 Q2 R  V) t
) @9 a5 C# e/ G( i//打开摇一摇对我打招呼的人    var dic = new Dictionary<string, string> { { "act", "openyaoyiyaosayhi" };    SendIntent(dic);" Z+ Q+ d" [0 x9 c! E& m0 e
1  l/ i' Y% |7 f+ h  j) Q" D
2
: R8 I9 A/ [+ f: @+ h: R$ j/ a3
3 |9 r& r: n' I2 T' u  a
; ]; _& W7 L; {  z0 D% }8 i, n
    //打开摇一摇对我打招呼的人
/ R, F) K% P! G0 O0 ^2 V$ y    var dic = new Dictionary<string, string> { { "act", "openyaoyiyaosayhi" };
! h& Q* C: ^- s    SendIntent(dic);
$ X( A" X) o- t% ~' p0 R: X5 ]' Q, M% n/ z

" B1 @! z. C9 R8 ?- @& i
! R) s1 q; G" {

; t" F9 c& l5 j1 d+ w1 ^0 i4 L1 l2 `6 l" l% h+ J

8 F+ T0 c% [6 @, X" G5 j//打开指定url    var dic = new Dictionary<string, string> { { "act", "openurl" }  ,{"url","目标地址"}};    SendIntent(dic);' a8 I4 a! ]& V2 [9 K8 S+ |
1" Z4 j  f0 E& x' D* J" {
2, i& I* y5 I/ o* f7 E
3, L( Y, s. a  _8 A6 m
8 L1 }  I- Y0 {3 K$ y$ X% T
    //打开指定url
! J7 j# L/ E0 B5 {6 {1 y: v7 r! e    var dic = new Dictionary<string, string> { { "act", "openurl" }  ,{"url","目标地址"}};
0 b' X$ h) Y, P) A; S
. V' M3 y# k$ o7 C' [) n& X1 r7 m+ c/ {# {

/ o5 k. ~+ o1 O6 A2 j

5 D2 C. N/ i2 c0 x) W2 y% i7 f
. `2 G1 i- _) d
  p% h% }" d1 ~: Z! a
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

技术交流售后群

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



GMT+8, 2024-4-20 23:32 , Processed in 0.143559 second(s), 27 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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