MetadataRequest


class MetadataRequest : Parcelable

Request parameters to retrieve all metadata for all available settings preferences within this application.

This object passed to SettingsPreferenceService.onGetAllPreferenceMetadata will result in a MetadataResult.

Summary

Nested classes

Builder to construct MetadataRequest.

Inherited constants
Int CONTENTS_FILE_DESCRIPTOR

Descriptor bit used with describeContents(): indicates that the Parcelable object's flattened representation includes a file descriptor.

Int PARCELABLE_WRITE_RETURN_VALUE

Flag for use with writeToParcel: the object being written is a return value, that is the result of a function such as "Parcelable someFunction()", "void someFunction(out Parcelable)", or "void someFunction(inout Parcelable)". Some implementations may want to release resources at this point.

Properties
static Parcelable.Creator<MetadataRequest!>

Parcelable Creator for MetadataRequest.

Properties

CREATOR

static val CREATOR: Parcelable.Creator<MetadataRequest!>

Parcelable Creator for MetadataRequest.