Interface LayoutPropertiesOrBuilder (2.41.0)

public interface LayoutPropertiesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPrimaryColor()

public abstract String getPrimaryColor()

The primary color of the add-on. It sets the color of toolbar. If no primary color is set explicitly, the default value provided by the framework is used.

string primary_color = 1;

Returns
TypeDescription
String

The primaryColor.

getPrimaryColorBytes()

public abstract ByteString getPrimaryColorBytes()

The primary color of the add-on. It sets the color of toolbar. If no primary color is set explicitly, the default value provided by the framework is used.

string primary_color = 1;

Returns
TypeDescription
ByteString

The bytes for primaryColor.

getSecondaryColor()

public abstract String getSecondaryColor()

The secondary color of the add-on. It sets the color of buttons. If primary color is set but no secondary color is set, the secondary color is the same as the primary color. If neither primary color nor secondary color is set, the default value provided by the framework is used.

string secondary_color = 2;

Returns
TypeDescription
String

The secondaryColor.

getSecondaryColorBytes()

public abstract ByteString getSecondaryColorBytes()

The secondary color of the add-on. It sets the color of buttons. If primary color is set but no secondary color is set, the secondary color is the same as the primary color. If neither primary color nor secondary color is set, the default value provided by the framework is used.

string secondary_color = 2;

Returns
TypeDescription
ByteString

The bytes for secondaryColor.