Class GeofenceStateEventArgs

    Definition

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

    Event arguments are passed when an event is triggered to notify the geofence state change.

    [Obsolete("Deprecated since API11. Might be removed in API13")]
    public class GeofenceStateEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    GeofenceStateEventArgs

    Properties

    View Source

    GeofenceId

    The specified geofence ID.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13")]
    public int GeofenceId { get; }
    Property Value
    Type Description
    int
    View Source

    State

    The geofence state.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13")]
    public GeofenceState State { get; }
    Property Value
    Type Description
    GeofenceState
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX