透過集合功能整理內容
你可以依據偏好儲存及分類內容。
gpg::AppIdentifier
#include <nearby_connection_types.h>
應用程式的 ID。
摘要
公開屬性
|
identifier
|
std::string
應用程式在平台上用於尋找或安裝應用程式的 ID 字串。
|
公開屬性
ID
std::string gpg::AppIdentifier::identifier
應用程式在平台上用於尋找或安裝應用程式的 ID 字串。
如果是 Android 裝置,這個字串就是套件名稱。
這個頁面中的內容和程式碼範例均受《內容授權》中的授權所規範。Java 與 OpenJDK 是 Oracle 和/或其關係企業的商標或註冊商標。
上次更新時間:2025-07-27 (世界標準時間)。
[[["容易理解","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-07-27 (世界標準時間)。"],[],[],null,["# gpg::AppIdentifier Struct Reference\n\ngpg::AppIdentifier\n==================\n\n`#include \u003cnearby_connection_types.h\u003e`\n\nAn identifier for an application.\n\nSummary\n-------\n\n| ### Public attributes ||\n|--------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------|\n| [identifier](#structgpg_1_1_app_identifier_1a929fbd9396466914f8f1acc311fe4b46) | `std::string` The identifier string that the app uses to find or install an application on the platform. |\n\nPublic attributes\n-----------------\n\n### identifier\n\n```c++\nstd::string gpg::AppIdentifier::identifier\n``` \nThe identifier string that the app uses to find or install an application on the platform.\n\nFor Android, this string is a package name."]]