UIMutableUserNotificationCategory.SetActions 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.
Assigns actions
to the specified context
.
[Foundation.Export("setActions:forContext:")]
public virtual void SetActions (UIKit.UIUserNotificationAction[] actions, UIKit.UIUserNotificationActionContext context);
abstract member SetActions : UIKit.UIUserNotificationAction[] * UIKit.UIUserNotificationActionContext -> unit
override this.SetActions : UIKit.UIUserNotificationAction[] * UIKit.UIUserNotificationActionContext -> unit
Parameters
- actions
- UIUserNotificationAction[]
- context
- UIUserNotificationActionContext
- Attributes