Show / Hide Table of Contents

    Class ProximityStateEventArgs

    Definition

    Namespace:
    Tizen.Location.Geofence
    Assembly:
    Tizen.Location.Geofence.dll
    API Level:
    3

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

    public class ProximityStateEventArgs : EventArgs
    Inheritance
    Object
    EventArgs
    ProximityStateEventArgs

    Properties

    View Source

    GeofenceId

    The geofence ID.

    Declaration
    public int GeofenceId { get; }
    Property Value
    Type Description
    Int32
    API Level: 3
    View Source

    Provider

    The proximity provider.

    Declaration
    public ProximityProvider Provider { get; }
    Property Value
    Type Description
    ProximityProvider
    API Level: 3
    View Source

    State

    The proximity state.

    Declaration
    public ProximityState State { get; }
    Property Value
    Type Description
    ProximityState
    API Level: 3
    • View Source
    Back to top Copyright © 2016-2022 Samsung
    Generated by DocFX