AppMetadata

public final class AppMetadata extends Object
implements Parcelable

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

AppMetadata(List<AppIdentifier> appIdentifiers)

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.

public void writeToParcel (Parcel out, int flags)