All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.chanjar.weixin.open.bean.ma.WxMaOpenWindow Maven / Gradle / Ivy

The newest version!
package me.chanjar.weixin.open.bean.ma;

import lombok.Data;

import java.io.Serializable;

/**
 * window对象
 *
 * @author yqx
 * created on  2018/9/13
 */
@Data
public class WxMaOpenWindow implements Serializable {
  private String navigationBarBackgroundColor;

  private String navigationBarTextStyle;

  private String navigationBarTitleText;

  private String navigationStyle;

  private String backgroundColor;

  private String backgroundTextStyle;

  private String backgroundColorTop;

  private String backgroundColorBottom;

  private Boolean enablePullDownRefresh;

  private Integer onReachBottomDistance;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy