перечисления | |
---|---|
NEW_SURFACE_STATUS_UNSPECIFIED | Неизвестный статус |
CANCELLED | Пользователю отказано в передаче обслуживания |
OK | Передача завершена |
NewSurfaceStatus
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-01-10 UTC.
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-01-10 UTC."],[[["This documentation outlines the various status codes returned when using NewSurface APIs."],["Statuses include unspecified, handoff cancellation by the user, and successful handoff completion."],["Each status is represented by a unique enum value for easy integration and handling in applications."]]],["The document defines three possible statuses related to a surface handoff process. `NEW_SURFACE_STATUS_UNSPECIFIED` indicates an unknown status. `CANCELLED` signifies that the user declined the handoff. `OK` means the handoff was successfully completed. These enums represent the key outcomes of a surface handoff attempt and are likely used to track or respond to the user's decision.\n"]]