Text

public class Text


Encapsulates any text used in a Firebase In App Message.

Summary

Public fields

final @NonNull String
final @Nullable String

!!!!!WARNING!!!!! We are overriding equality in this class.

Public methods

@NonNull String

Gets the hex color of this text

@Nullable String

Gets the text

Public fields

hexColor

public final @NonNull String hexColor

text

public final @Nullable String text

!!!!!WARNING!!!!! We are overriding equality in this class. Please add equality checks for all new private class members.

Public methods

getHexColor

public @NonNull String getHexColor()

Gets the hex color of this text

getText

public @Nullable String getText()

Gets the text