Drawable.Callback Property

Definition

Return the current Callback implementation attached to this Drawable.

C#
public virtual Android.Graphics.Drawables.Drawable.ICallback? Callback { [Android.Runtime.Register("getCallback", "()Landroid/graphics/drawable/Drawable$Callback;", "GetGetCallbackHandler")] get; set; }

Property Value

A Callback instance or null if no callback was set.

Attributes

Remarks

Java documentation for android.graphics.drawable.Drawable.getCallback().

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

Product Versions
.NET for Android .NET for Android API 34, .NET for Android API 35

See also

  • <xref:Android.Graphics.Drawables.Drawable.SetCallback(.ICallback)>