Show / Hide Table of Contents

Class Card.Types.CardFixedFooter

A persistent (sticky) footer that that appears at the bottom of the card.

Setting fixedFooter without specifying a primaryButton or a secondaryButton causes an error.

For Chat apps, you can use fixed footers in dialogs, but not card messages. For an example in Google Chat apps, see Add a persistent footer.

Google Workspace Add-ons and Chat apps:

Inheritance
object
Card.Types.CardFixedFooter
Implements
IMessage<Card.Types.CardFixedFooter>
IEquatable<Card.Types.CardFixedFooter>
IDeepCloneable<Card.Types.CardFixedFooter>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Card.V1
Assembly: Google.Apps.Card.V1.dll
Syntax
public sealed class Card.Types.CardFixedFooter : IMessage<Card.Types.CardFixedFooter>, IEquatable<Card.Types.CardFixedFooter>, IDeepCloneable<Card.Types.CardFixedFooter>, IBufferMessage, IMessage

Constructors

CardFixedFooter()

Declaration
public CardFixedFooter()

CardFixedFooter(CardFixedFooter)

Declaration
public CardFixedFooter(Card.Types.CardFixedFooter other)
Parameters
Type Name Description
Card.Types.CardFixedFooter other

Properties

PrimaryButton

The primary button of the fixed footer. The button must be a text button with text and color set.

Declaration
public Button PrimaryButton { get; set; }
Property Value
Type Description
Button

SecondaryButton

The secondary button of the fixed footer. The button must be a text button with text and color set. If secondaryButton is set, you must also set primaryButton.

Declaration
public Button SecondaryButton { get; set; }
Property Value
Type Description
Button
In this article
Back to top Generated by DocFX