public class LocalNotification
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
channelId |
long |
delay |
boolean |
isRepeat |
int |
largeIcon |
int |
notificationId |
int |
repeatCount |
int |
smallIcon |
java.lang.String |
textContent |
java.lang.String |
textTitle |
long |
triggerTime |
| Constructor and Description |
|---|
LocalNotification() |
public int notificationId
public java.lang.String channelId
public java.lang.String textTitle
public java.lang.String textContent
@DrawableRes public int smallIcon
@DrawableRes public int largeIcon
public long triggerTime
public long delay
public int repeatCount
public boolean isRepeat