Interface InAppLinkOrBuilder (0.31.0)

public interface InAppLinkOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIconUrl()

public abstract String getIconUrl()

Icon url for the link.

string icon_url = 3;

Returns
Type Description
String

The iconUrl.

getIconUrlBytes()

public abstract ByteString getIconUrlBytes()

Icon url for the link.

string icon_url = 3;

Returns
Type Description
ByteString

The bytes for iconUrl.

getLabel()

public abstract String getLabel()

Label for the link.

string label = 2;

Returns
Type Description
String

The label.

getLabelBytes()

public abstract ByteString getLabelBytes()

Label for the link.

string label = 2;

Returns
Type Description
ByteString

The bytes for label.

getUrl()

public abstract String getUrl()

URL to redirect to.

string url = 1;

Returns
Type Description
String

The url.

getUrlBytes()

public abstract ByteString getUrlBytes()

URL to redirect to.

string url = 1;

Returns
Type Description
ByteString

The bytes for url.