Uses of Interface
com.foxinmy.weixin4j.tuple.NotifyTuple
-
Packages that use NotifyTuple Package Description com.foxinmy.weixin4j.mp.message com.foxinmy.weixin4j.qy.message com.foxinmy.weixin4j.tuple com.foxinmy.weixin4j.wxa.model.custommessage Models forCustomMessageApi
. -
-
Uses of NotifyTuple in com.foxinmy.weixin4j.mp.message
Methods in com.foxinmy.weixin4j.mp.message that return NotifyTuple Modifier and Type Method Description NotifyTuple
NotifyMessage. getTuple()
Constructors in com.foxinmy.weixin4j.mp.message with parameters of type NotifyTuple Constructor Description NotifyMessage(String touser, NotifyTuple tuple)
-
Uses of NotifyTuple in com.foxinmy.weixin4j.qy.message
Methods in com.foxinmy.weixin4j.qy.message that return NotifyTuple Modifier and Type Method Description NotifyTuple
CustomeMessage. getTuple()
NotifyTuple
NotifyMessage. getTuple()
Constructors in com.foxinmy.weixin4j.qy.message with parameters of type NotifyTuple Constructor Description CustomeMessage(CustomeMessage.CustomeTarget sender, CustomeMessage.CustomeTarget receiver, NotifyTuple tuple)
NotifyMessage(int agentid, NotifyTuple tuple)
NotifyMessage(int agentId, NotifyTuple tuple, IdParameter target, boolean isSafe)
-
Uses of NotifyTuple in com.foxinmy.weixin4j.tuple
Classes in com.foxinmy.weixin4j.tuple that implement NotifyTuple Modifier and Type Class Description class
Card
卡券对象class
File
文件对象class
Image
图片对象class
MpNews
图文对象(mpnews消息与news消息类似,不同的是图文消息内容存储在微信后台,并且支持保密选项。每个应用每天最多可以发送100次)class
Music
音乐对象class
News
图文对象class
Text
文本对象class
TextCard
文本卡片对象class
Video
视频对象class
Voice
语音对象 -
Uses of NotifyTuple in com.foxinmy.weixin4j.wxa.model.custommessage
Classes in com.foxinmy.weixin4j.wxa.model.custommessage that implement NotifyTuple Modifier and Type Class Description class
Image
图片消息。class
Link
图文链接。class
MiniProgramPage
小程序卡片。class
Text
文本消息。Methods in com.foxinmy.weixin4j.wxa.model.custommessage that return NotifyTuple Modifier and Type Method Description NotifyTuple
CustomMessage. getTuple()
Methods in com.foxinmy.weixin4j.wxa.model.custommessage with parameters of type NotifyTuple Modifier and Type Method Description void
CustomMessage. setTuple(NotifyTuple tuple)
TheNotifyTuple
.
-