Added in API level 36
MetadataRequest
class MetadataRequest : Parcelable
| kotlin.Any | |
| ↳ | android.service.settings.preferences.MetadataRequest |
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 |
|
| Inherited constants | |
|---|---|
| Public methods | |
|---|---|
| Int | |
| Unit |
writeToParcel(dest: Parcel, flags: Int) |
| Properties | |
|---|---|
| static Parcelable.Creator<MetadataRequest!> |
Parcelable Creator for |
Public methods
describeContents
Added in API level 36
fun describeContents(): Int
| Return | |
|---|---|
Int |
a bitmask indicating the set of special object types marshaled by this Parcelable object instance. Value is either 0 or
|
writeToParcel
Added in API level 36
fun writeToParcel(
dest: Parcel,
flags: Int
): Unit
| Parameters | |
|---|---|
dest |
Parcel: The Parcel in which the object should be written. This value cannot be null. |
flags |
Int: Additional flags about how the object should be written. May be 0 or PARCELABLE_WRITE_RETURN_VALUE. Value is either 0 or a combination of the following:
|
Properties
CREATOR
Added in API level 36
static val CREATOR: Parcelable.Creator<MetadataRequest!>
Parcelable Creator for MetadataRequest.