PlatformLog
Stay organized with collections
Save and categorize content based on your preferences.
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-07-24 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-07-24 UTC."],[[["The Calling SDK uses platform logs to identify the source of a request, whether it's from Android, iOS, or the web."],["These platform logs, represented by enums, help categorize and understand the origin of different requests within the Calling SDK."],["A default value, `PLATFORM_LOG_UNSPECIFIED`, is used when the platform information is not provided in the request."]]],["The core content defines the `PLATFORM_LOG` enums for a calling SDK. `PLATFORM_LOG_UNSPECIFIED` serves as the default value when the platform is not specified. `PLATFORM_LOG_ANDROID`, `PLATFORM_LOG_IOS`, and `PLATFORM_LOG_WEB` indicate that the request originated from Android, iOS, or the web, respectively. These enums identify the source platform of a given request.\n"]]