-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum LocationSharingNotificationType
Enumeration to set the method that invites will be sent out
-
-
Field Summary
Fields Modifier and Type Field Description private final int
value
-
Method Summary
Modifier and Type Method Description static LocationSharingNotificationType
valueOf(int locShareNotifType)
static Array<LocationSharingNotificationType>
values()
static LocationSharingNotificationType
valueOf(String name)
int
getValue()
-
-
Method Detail
-
valueOf
static LocationSharingNotificationType valueOf(int locShareNotifType)
-
values
static Array<LocationSharingNotificationType> values()
-
valueOf
static LocationSharingNotificationType valueOf(String name)
-
getValue
int getValue()
-
-
-
-