Sabit altbilgi bölümünde ikincil düğmeyi ayarlayın.
Ayrıntılı dokümanlar
setPrimaryButton(button)
Sabit altbilgi bölümünde birincil düğmeyi ayarlayın. Birincil düğme bir TextButtonStyle.FILLED düğmesi olmalıdır. Birincil düğmenin arka plan rengi ayarlanmamışsa düğmede eklenti manifest tanımlanan birincil renk kullanılır.
Sabit altbilgi bölümünde ikincil düğmeyi ayarlayın. İkincil düğme bir TextButtonStyle.OUTLINED düğmesi olmalıdır. Birincil düğmeyi ayarlamak için setPrimaryButton(button) çağrılmazsa bu yöntem hiçbir şey yapmaz.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-01-30 UTC."],[[["A FixedFooter is displayed at the bottom of a Card in Google Workspace Add-ons and Google Chat apps."],["It can contain a primary button (required) and an optional secondary button for user interaction."],["Primary buttons have a filled style while secondary buttons have an outlined style."],["Developers can customize button actions, such as opening a link, using the `setPrimaryButton` and `setSecondaryButton` methods."]]],["The `FixedFooter` feature, available in Google Workspace add-ons and Google Chat apps, allows setting buttons at the bottom of a card. You can set a `primaryButton` using `setPrimaryButton()`, which requires a `TextButtonStyle.FILLED` button. Optionally, a `secondaryButton` can be added via `setSecondaryButton()`, using a `TextButtonStyle.OUTLINED` button. Setting a secondary button is only effective if a primary button is set first. Both methods return the `FixedFooter` object for chaining.\n"]]