TileAddRequestError Enum

Definition

public enum TileAddRequestError
type TileAddRequestError = 
Inheritance
TileAddRequestError

Fields

Name Value Description
MismatchedPackage 1000

Indicates that this package does not match that of the TileService.

RequestInProgress 1001

Indicates that there's a request in progress for this package.

BadComponent 1002

Indicates that the component does not match an enabled exported TileService for the current user.

NotCurrentUser 1003

Indicates that the user is not the current user.

AppNotInForeground 1004

Indicates that the requesting application is not in the foreground.

NoStatusBarService 1005

The request could not be processed because no fulfilling service was found.

Remarks

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