Show / Hide Table of Contents

    Class GeofenceStateEventArgs

    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 geofence state change.

    public class GeofenceStateEventArgs : EventArgs
    Inheritance
    Object
    EventArgs
    GeofenceStateEventArgs

    Properties

    View Source

    GeofenceId

    The specified geofence ID.

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

    State

    The geofence state.

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