Język

AutomaticZenRule.Builder.SetIconResId(Int32) Method

Definition

Sets a resource id of a tintable vector drawable representing the rule in image form.

[Android.Runtime.Register("setIconResId", "(I)Landroid/app/AutomaticZenRule$Builder;", "", ApiSince=35)]
public Android.App.AutomaticZenRule.Builder SetIconResId(int iconResId);
[<Android.Runtime.Register("setIconResId", "(I)Landroid/app/AutomaticZenRule$Builder;", "", ApiSince=35)>]
member this.SetIconResId : int -> Android.App.AutomaticZenRule.Builder

Parameters

iconResId
Int32

int

Returns

This Android.App.AutomaticZenRule.Builder instance, allowing calls to be chained.

Attributes

Remarks

Sets a resource id of a tintable vector drawable representing the rule in image form.

Android reference for android.app.AutomaticZenRule.Builder.setIconResId.

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