[[["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 2025-03-03 UTC."],[[["The `com.google.android.libraries.places.widget.model` package provides enums for configuring the behavior of the Places SDK for Android."],["`AutocompleteActivityMode` enum is used to define the launch style of the Autocomplete Activity, offering options for fullscreen or overlay display."]]],["The `com.google.android.libraries.places.widget.model` package contains the `AutocompleteActivityMode` enum. This enum defines the launch mode for the `AutocompleteActivity`, offering two options: fullscreen or overlay. It determines how the activity is displayed when launched, affecting whether it covers the entire screen or appears as an overlay. This information is used when implementing the autocomplete feature within an application.\n"]]