Show / Hide Table of Contents

    Class GeofenceResponseEventArgs

    Definition

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

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

    public class GeofenceResponseEventArgs : EventArgs
    Inheritance
    Object
    EventArgs
    GeofenceResponseEventArgs

    Properties

    View Source

    ErrorCode

    The error code for the particular action.

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

    EventType

    The result code for the particular place and geofence management.

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

    FenceId

    The specified geofence ID.

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

    PlaceId

    The place ID.

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