コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
gpg::AppIdentifier
#include <nearby_connection_types.h>
アプリケーションの識別子。
概要
パブリック属性
|
identifier
|
std::string
アプリがプラットフォームでアプリケーションを検索またはインストールするために使用する識別子文字列。
|
パブリック属性
識別情報
std::string gpg::AppIdentifier::identifier
アプリがプラットフォームでアプリケーションを検索またはインストールするために使用する識別子文字列。
Android の場合、この文字列はパッケージ名です。
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-07-27 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-07-27 UTC。"],[],[],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."]]