Enum GeofenceError

    Definition

    Namespace:
    Tizen.Location.Geofence
    Assembly:
    Tizen.Location.Geofence.dll

    Enumeration for the types of error occured, if any.

    [Obsolete("Deprecated since API11. Might be removed in API13")]
    public enum GeofenceError

    Fields

    Name Description
    AlreadyStarted

    Geofencing is already started.

    DBFailed

    DB error in the server side.

    Exception

    Exception occurs.

    GeofenceAccessDenied

    Access to the specified geofence is denied.

    InvalidID

    Invalid geofence ID.

    InvalidParameter

    Invalid parameter.

    IPC

    Error in GPS, Wi-Fi, or BT.

    None

    Successful.

    NotInitialized

    Geofence manager is not initialized.

    NotSupported

    Not Supported.

    OutOfMemory

    Out of memory.

    PermissionDenied

    Permission denied.

    PlaceAccessDenied

    Access to the specified place is denied.

    TooManyGeofence

    Too many geofence.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX