PresentationRequirement
Stay organized with collections
Save and categorize content based on your preferences.
Requirement for the presentation of the disclosure.
Enums |
REQUIREMENT_UNSPECIFIED |
Unspecified requirement. Should not set this explicitly. |
REQUIREMENT_OPTIONAL |
The disclosure is optional. It can be skipped if the device does not supporting showing disclosures. |
REQUIREMENT_REQUIRED |
The disclosure is required. The conversation will be punt to phone if the device does not support showing disclosures. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["The `Requirement` enum defines whether a disclosure must be shown, is optional, or not specified."],["If `REQUIREMENT_REQUIRED` is set and the device doesn't support disclosures, the conversation will be redirected to the phone."],["`REQUIREMENT_OPTIONAL` allows skipping the disclosure if the device lacks support, while `REQUIREMENT_UNSPECIFIED` should be avoided."]]],[]]