TrackingOptions

public final class TrackingOptions

Class representing the different tracking options for when a message is sent.

Constructors

Link copied to clipboard
public TrackingOptions TrackingOptions(@Json(name = "label") String label, @Json(name = "links") Boolean links, @Json(name = "opens") Boolean opens, @Json(name = "thread_replies") Boolean threadReplies)

Properties

Link copied to clipboard
private final String label

The label to apply to tracked messages.

Link copied to clipboard
private final Boolean links

Whether to track links.

Link copied to clipboard
private final Boolean opens

Whether to track opens.

Link copied to clipboard
private final Boolean threadReplies

Whether to track thread replies.

Functions

Link copied to clipboard
public final String getLabel()

The label to apply to tracked messages.

Link copied to clipboard
public final Boolean getLinks()

Whether to track links.

Link copied to clipboard
public final Boolean getOpens()

Whether to track opens.

Link copied to clipboard
public final Boolean getThreadReplies()

Whether to track thread replies.