AutomaticZenRule.Builder Constructors
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.
Overloads
AutomaticZenRule.Builder(AutomaticZenRule)
[Android.Runtime.Register(".ctor", "(Landroid/app/AutomaticZenRule;)V", "", ApiSince=35)]
public Builder(Android.App.AutomaticZenRule rule);
[<Android.Runtime.Register(".ctor", "(Landroid/app/AutomaticZenRule;)V", "", ApiSince=35)>]
new Android.App.AutomaticZenRule.Builder : Android.App.AutomaticZenRule -> Android.App.AutomaticZenRule.Builder
Parameters
- rule
- AutomaticZenRule
AutomaticZenRule: This value cannot be null.
- Attributes
Remarks
Android reference for android.app.AutomaticZenRule.Builder.Builder.
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
AutomaticZenRule.Builder(String, Uri)
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Landroid/net/Uri;)V", "", ApiSince=35)]
public Builder(string name, Android.Net.Uri conditionId);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Landroid/net/Uri;)V", "", ApiSince=35)>]
new Android.App.AutomaticZenRule.Builder : string * Android.Net.Uri -> Android.App.AutomaticZenRule.Builder
Parameters
- name
- String
String: This value cannot be null.
- conditionId
- Uri
Uri: This value cannot be null.
- Attributes
Remarks
Android reference for android.app.AutomaticZenRule.Builder.Builder.
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.