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.

    public class GeofenceStateEventArgs : EventArgs
    Inheritance
    object
    GeofenceStateEventArgs

    Properties

    View Source

    GeofenceId

    The specified geofence ID.

    Declaration
    public int GeofenceId { get; }
    Property Value
    Type Description
    int
    View Source

    State

    The geofence state.

    Declaration
    public GeofenceState State { get; }
    Property Value
    Type Description
    GeofenceState

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX