Lingua

MetadataResultType Enum

Definition

Specifies the result code returned for a preference metadata request.

public enum MetadataResultType
type MetadataResultType = 
Inheritance
MetadataResultType

Fields

Name Value Description
Ok 0

The request succeeded.

Unsupported 1

No preferences in the application support this API. Retrying is not advised.

InternalError 2

The API call failed because of a service binding issue. Retrying may succeed.

Remarks

Java documentation for android.service.settings.preferences.MetadataResult.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to