GeofenceHardwareRequest.MonitorTransitions Property

Definition

Returns transitions monitored for this geofence. -or- Set the transitions to be monitored.

public Android.Hardware.Location.GeofenceTransition MonitorTransitions { [Android.Runtime.Register("getMonitorTransitions", "()I", "")] get; [Android.Runtime.Register("setMonitorTransitions", "(I)V", "")] set; }
[<get: Android.Runtime.Register("getMonitorTransitions", "()I", "")>]
[<set: Android.Runtime.Register("setMonitorTransitions", "(I)V", "")>]
member this.MonitorTransitions : Android.Hardware.Location.GeofenceTransition with get, set

Property Value

Attributes

Remarks

Property getter documentation:

Returns transitions monitored for this geofence.

Java documentation for android.hardware.location.GeofenceHardwareRequest.getMonitorTransitions().

Property setter documentation:

Set the transitions to be monitored.

Java documentation for android.hardware.location.GeofenceHardwareRequest.setMonitorTransitions(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to