Page Summary
-
The AppMetadata class is deprecated and no longer used.
-
This class previously contained AppIdentifier objects for applications that could interact with advertised services.
-
Google applications could use this metadata to suggest installing the relevant application.
This class is deprecated.
This class is no longer used.
Metadata about an application. Contains one or more AppIdentifier
objects indicating identifiers that can be used to install or launch application(s) that can
discover and communicate with the advertised service. Google applications may use this data
to prompt the user to install the application.
Inherited Constant Summary
Field Summary
| public static final Creator<AppMetadata> | CREATOR |
Public Constructor Summary
Public Method Summary
| List<AppIdentifier> |
getAppIdentifiers()
Returns a list of app identifiers that can discover and communicate with the
advertised service.
|
| void |
writeToParcel(Parcel out, int
flags)
|
Inherited Method Summary
Fields
public static final Creator<AppMetadata> CREATOR
Public Constructors
public AppMetadata (List<AppIdentifier> appIdentifiers)
Parameters
| appIdentifiers | One or more identifiers for application(s) that can discover and communicate with the advertised service. |
|---|
Public Methods
public List<AppIdentifier> getAppIdentifiers ()
Returns a list of app identifiers that can discover and communicate with the advertised service.