Uses of Class
com.foxinmy.weixin4j.mp.model.MenuMatchRule

Packages that use MenuMatchRule
com.foxinmy.weixin4j.mp   
com.foxinmy.weixin4j.mp.api   
com.foxinmy.weixin4j.mp.model   
 

Uses of MenuMatchRule in com.foxinmy.weixin4j.mp
 

Methods in com.foxinmy.weixin4j.mp with parameters of type MenuMatchRule
 String WeixinProxy.createCustomMenu(List<Button> buttons, MenuMatchRule matchRule)
          创建个性化菜单
 

Uses of MenuMatchRule in com.foxinmy.weixin4j.mp.api
 

Methods in com.foxinmy.weixin4j.mp.api with parameters of type MenuMatchRule
 String MenuApi.createCustomMenu(List<Button> buttons, MenuMatchRule matchRule)
          创建个性化菜单
 

Uses of MenuMatchRule in com.foxinmy.weixin4j.mp.model
 

Methods in com.foxinmy.weixin4j.mp.model that return MenuMatchRule
 MenuMatchRule MenuMatchRule.city(String city)
          城市信息,是用户在微信中设置的地区
 MenuMatchRule MenuMatchRule.country(String country)
          国家信息,是用户在微信中设置的地区
 MenuMatchRule MenuMatchRule.gender(Gender gender)
           
 MenuMatchRule Menu.getMatchRule()
           
 MenuMatchRule MenuMatchRule.group(int groupId)
           
 MenuMatchRule MenuMatchRule.language(Lang language)
           
 MenuMatchRule MenuMatchRule.platform(ClientPlatformType platformType)
           
 MenuMatchRule MenuMatchRule.province(String province)
          省份信息,是用户在微信中设置的地区
 

Constructors in com.foxinmy.weixin4j.mp.model with parameters of type MenuMatchRule
Menu(String menuId, List<Button> buttons, MenuMatchRule matchRule)
           
 



Copyright © 2014–2017. All rights reserved.