package nodomain.freeyourgadget.gadgetbridge.deviceevents; public class GBDeviceEventNotificationControl extends GBDeviceEvent { public int handle; public String phoneNumber; public String reply; public Event event = Event.UNKNOWN; public enum Event { UNKNOWN, DISMISS, DISMISS_ALL, OPEN, MUTE, REPLY, } }