UIAlertController.AddAction(UIAlertAction) Metodo

Definizione

Aggiunge un'azione UIAlertAction che thisUIAlertController viene visualizzata come pulsante per l'utente.

[Foundation.Export("addAction:")]
public virtual void AddAction (UIKit.UIAlertAction action);
abstract member AddAction : UIKit.UIAlertAction -> unit
override this.AddAction : UIKit.UIAlertAction -> unit

Parametri

action
UIAlertAction

L'azione da aggiungere viene creata chiamando Create(String, UIAlertActionStyle, Action<UIAlertAction>).

Attributi

Si applica a