public class AndroidVariant extends Variant
| Constructor and Description |
|---|
AndroidVariant() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGoogleKey()
The Server Key from the Firebase Console of a project which has been enabled for FCM.
|
String |
getProjectNumber()
The "Google Project Number" (or Sender ID) from the API Console is not needed for sending push messages, but it is a convenience to "see" it on
the Admin UI as well, since the Android applications require it (called Sender ID there).
|
VariantType |
getType()
The @VariantType of the underlying variant.
|
void |
setGoogleKey(String googleKey) |
void |
setProjectNumber(String projectNumber) |
getDescription, getDeveloper, getName, getSecret, getVariantID, setDescription, setDeveloper, setName, setSecret, setType, setVariantIDpublic String getProjectNumber()
public void setProjectNumber(String projectNumber)
public String getGoogleKey()
public void setGoogleKey(String googleKey)
public VariantType getType()
VariantCopyright © 2018 JBoss by Red Hat. All rights reserved.