-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum BatchNotificationSourceBatchNotificationSource represents how the push was sent from Batch: via the Transactional API, or using a Push Campaign The value might be unknown for forward compatibility, or if the information was missing.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description UNKNOWNCAMPAIGNTRANSACTIONALTRIGGER
-
Method Summary
Modifier and Type Method Description static Array<BatchNotificationSource>values()static BatchNotificationSourcevalueOf(String name)-
-
Method Detail
-
values
static Array<BatchNotificationSource> values()
-
valueOf
static BatchNotificationSource valueOf(String name)
-
-
-
-