Action

public classAction


Encapsulates an Action for a Firebase In App Message.

Summary

Public fields

final @NullableString

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

final @NullableButton

Public methods

@NullableString

Gets the URL associated with this action

@NullableButton

Gets theButton associated with this action

Public fields

actionUrl

public final @NullableString actionUrl

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

button

public final @NullableButton button

Public methods

getActionUrl

public @NullableString getActionUrl()

Gets the URL associated with this action

getButton

public @NullableButton getButton()

Gets theButton associated with this action

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-07-21 UTC.