Class ProximityStateEventArgs

    Definition

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

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

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

    Properties

    View Source

    GeofenceId

    The geofence ID.

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

    Provider

    The proximity provider.

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

    State

    The proximity state.

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