package com.ydl.consultantim.event; /** * @author yuanWai * @描述: * @Copyright Copyright (c) 2018 * @Company 壹点灵 * @date 2018/11/19 */ public class AudioHomeEvent { //1.发送停止播放电话铃声和震动 public int type; public AudioHomeEvent(int type){ this.type = type; } }