CampaignMetadata

public class CampaignMetadata


Provides the following about any message:

  • Campaign ID
  • Campaign Name
  • Campaign Test Message State

Summary

Public fields

final String
final String
final boolean

Public methods

@NonNull String

Gets the campaign id associated with this message

@NonNull String

Gets the campaign name associated with this message

boolean

Returns true if the message is a test message

Public fields

campaignId

public final String campaignId

campaignName

public final String campaignName

isTestMessage

public final boolean isTestMessage

Public methods

getCampaignId

public @NonNull String getCampaignId()

Gets the campaign id associated with this message

getCampaignName

public @NonNull String getCampaignName()

Gets the campaign name associated with this message

getIsTestMessage

public boolean getIsTestMessage()

Returns true if the message is a test message