Package im.getsocial.sdk.notifications
Class NotificationContent.Badge
- java.lang.Object
-
- im.getsocial.sdk.notifications.NotificationContent.Badge
-
- Enclosing class:
- NotificationContent
public static class NotificationContent.Badge extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getIncrease()
java.lang.Integer
getValue()
static NotificationContent.Badge
increaseBy(int value)
static NotificationContent.Badge
setTo(int value)
-
-
-
Method Detail
-
increaseBy
public static NotificationContent.Badge increaseBy(int value)
-
setTo
public static NotificationContent.Badge setTo(int value)
-
getValue
public java.lang.Integer getValue()
-
getIncrease
public java.lang.Integer getIncrease()
-
-