public static final enum

UrbanAirshipPushOptions.TransportType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.kinvey.android.push.UrbanAirshipPushOptions.TransportType

Summary

Enum Values
UrbanAirshipPushOptions.TransportType  GCM   
UrbanAirshipPushOptions.TransportType  HELIUM   
UrbanAirshipPushOptions.TransportType  HYBRID   
Public Methods
static UrbanAirshipPushOptions.TransportType valueOf(String name)
final static TransportType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final UrbanAirshipPushOptions.TransportType GCM

public static final UrbanAirshipPushOptions.TransportType HELIUM

public static final UrbanAirshipPushOptions.TransportType HYBRID

Public Methods

public static UrbanAirshipPushOptions.TransportType valueOf (String name)

public static final TransportType[] values ()