Stay organized with collections
Save and categorize content based on your preferences.
gpg::AppIdentifier
#include <nearby_connection_types.h>
An identifier for an application.
Summary
Public attributes
|
identifier
|
std::string
The identifier string that the app uses to find or install an application on the platform.
|
Public attributes
identifier
std::string gpg::AppIdentifier::identifier
The identifier string that the app uses to find or install an application on the platform.
For Android, this string is a package name.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-10-28 UTC.
[null,null,["Last updated 2024-10-28 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."]]