MetadataResultType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.