ChooserSession.Bounds Property

Definition

Gets the last bounds reported by the Chooser.

public Android.Graphics.Rect? Bounds { [Android.Runtime.Register("getBounds", "()Landroid/graphics/Rect;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getBounds", "()Landroid/graphics/Rect;", "", ApiSince=36)>]
member this.Bounds : Android.Graphics.Rect

Property Value

the most recently reported Chooser bounds, or null if bounds have not yet been received via ChooserSession.StateListener#onBoundsChanged(Rect).

Attributes

Remarks

Gets the last bounds reported by the Chooser.

Java documentation for android.service.chooser.ChooserSession.getBounds().

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