Class GeofenceResponseEventArgs

    Definition

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

    Event arguments are passed when an event occurs in geofence and the place, such as add, update, etc..

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

    Properties

    View Source

    ErrorCode

    The error code for the particular action.

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

    EventType

    The result code for the particular place and geofence management.

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

    FenceId

    The specified geofence ID.

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

    PlaceId

    The place ID.

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