Notification.Builder.SetFlag(Int32, Boolean) Method
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.
[Android.Runtime.Register("setFlag", "(IZ)Landroid/app/Notification$Builder;", "GetSetFlag_IZHandler", ApiSince=30)]
public virtual Android.App.Notification.Builder SetFlag (int mask, bool value);
[<Android.Runtime.Register("setFlag", "(IZ)Landroid/app/Notification$Builder;", "GetSetFlag_IZHandler", ApiSince=30)>]
abstract member SetFlag : int * bool -> Android.App.Notification.Builder
override this.SetFlag : int * bool -> Android.App.Notification.Builder
Parameters
- mask
- Int32
- value
- Boolean
Returns
- Attributes