GeofenceHardwareRequest.MonitorTransitions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.