Enum ViewToken
ViewToken
is an enumerated type used to describe the elements of a
ResponseObject.viewToken
.
Examples
Basic usage
const viewToken = response.viewToken;
const viewId = viewToken[google.picker.ViewToken.VIEW_ID];
const label = viewToken[google.picker.ViewToken.LABEL];
const viewOptions = viewToken[google.picker.ViewToken.VIEW_OPTIONS];
Signature
export enum ViewToken
Members
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-17 UTC.
[null,null,["Last updated 2024-09-17 UTC."],[[["`ViewToken` is an enumerated type that provides access to elements within a `ResponseObject.viewToken`."],["It includes members like `VIEW_ID`, `LABEL`, and `VIEW_OPTIONS` for retrieving specific view details."],["Developers can use `ViewToken` to extract information like view ID, label, and view options from a response object."]]],[]]