Enum GeofenceEventType

    Definition

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

    Enumeration for the geofence management events.

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

    Fields

    Name Description
    FenceAdded

    Geofence is added.

    FenceRemoved

    Geofence is removed.

    FenceStarted

    Geofencing is started.

    FenceStopped

    Geofencing is stopped.

    PlaceAdded

    Place is added.

    PlaceRemoved

    Place is removed.

    PlaceUpdated

    Place is updated.

    SettingDisabled

    Setting for geofencing is disabled.

    SettingEnabled

    Setting for geofencing is enabled.

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