add new geofence API for proximity(except BLE)
[platform/core/location/geofence-dbus.git] / introspection / geofence.xml
index 391f37e..8a9a7e5 100644 (file)
                        <arg direction="out" type="i" name="access_type"/>
                        <arg direction="out" type="i" name="fence_state"/>
                </signal>
+               <signal name="GeofenceProximity">
+                       <arg direction="out" type="s" name="app_id"/>
+                       <arg direction="out" type="i" name="fence_id"/>
+                       <arg direction="out" type="i" name="access_type"/>
+                       <arg direction="out" type="i" name="fence_proximity_state"/>
+                       <arg direction="out" type="i" name="provider"/>
+               </signal>
 
                <!-- Place Management -->
                <method name="AddPlace">