public class

UrbanAirshipPushOptions

extends Object
implements PushOptions
java.lang.Object
   ↳ com.kinvey.android.push.UrbanAirshipPushOptions

Summary

Nested Classes
enum UrbanAirshipPushOptions.TransportType  
Public Methods
String getAPIKey()
String getPushAppKey()
String getPushAppSecret()
String getTransportType()
boolean isInProduction()
void setAPIKey(String gcmSender)
void setInProduction(boolean inProduction)
void setPushAppKey(String pushAppKey)
void setPushAppSecret(String pushAppSecret)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.kinvey.android.push.PushOptions

Public Methods

public String getAPIKey ()

public String getPushAppKey ()

public String getPushAppSecret ()

public String getTransportType ()

public boolean isInProduction ()

public void setAPIKey (String gcmSender)

public void setInProduction (boolean inProduction)

public void setPushAppKey (String pushAppKey)

public void setPushAppSecret (String pushAppSecret)