static class SettingsManager.NotificationObject
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Data |
_data |
private SettingsManager.NotificationType |
_type |
Constructor and Description |
---|
NotificationObject(SettingsManager.NotificationType type,
Data data) |
Modifier and Type | Method and Description |
---|---|
Data |
getData() |
SettingsManager.NotificationType |
getType() |
private SettingsManager.NotificationType _type
private Data _data
public NotificationObject(SettingsManager.NotificationType type, Data data)
public SettingsManager.NotificationType getType()
public Data getData()