Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The application key is generated in the RMC UI and it is unique for your application.

 

Code Block
languagejava
linenumberstrue
public class Constant {
    public static final String EURO_KEY = "AppcentAndroidTest1";
}

...

The variables defined in RMC UI can be accessed within the Message Class. Intent type message can be modelled for the Message Class via the new Message (intent) constructor. The following variables exists in the Message Class:

 

 

Data TypeVariableDescription
StringmediaUrlURL for images and video
StringaltUrlAlternate URL
StringcampaignIdCampaign ID
StringurlCampaign URL
StringmessageMessage
StringsoundSound file
PushTypepushTypePush Type
Map<String, String>paramsCustom parameters

 

...