次の方法で共有


UIAlertViewDelegate_Extensions クラス

定義

プロトコルからUIAlertViewDelegateのすべてのメソッドをIUIAlertViewDelegateサポートする インターフェイスへの拡張メソッド。

public static class UIAlertViewDelegate_Extensions
type UIAlertViewDelegate_Extensions = class
継承
UIAlertViewDelegate_Extensions

注釈

IUIAlertViewDelegate 拡張メソッドを使用すると、開発者はインターフェイスのインスタンスを、元 UIAlertViewDelegate のプロトコルのすべての省略可能なメソッドを持つものとして扱えることができるようになります。 インターフェイスには必要なメンバーのみが含まれるため、これらの拡張メソッドを使用すると、開発者はプロトコルの省略可能なメンバーを呼び出すことができるようになります。

メソッド

Canceled(IUIAlertViewDelegate, UIAlertView)

この UIAlertView が取り消されようとしていることを示します。

Clicked(IUIAlertViewDelegate, UIAlertView, nint)

ユーザーがこの UIAlertView のボタンをクリックしたことを示します。

Dismissed(IUIAlertViewDelegate, UIAlertView, nint)

この UIAlertView が無視されたことを示します。

Presented(IUIAlertViewDelegate, UIAlertView)

この UIAlertView がアプリケーション ユーザーに表示されたことを示します。

ShouldEnableFirstOtherButton(IUIAlertViewDelegate, UIAlertView)

この UIAlertView の最初の非キャンセル ボタンを有効にする必要があるかどうか。

WillDismiss(IUIAlertViewDelegate, UIAlertView, nint)

この UIAlertView がまもなく無視されることを示します。

WillPresent(IUIAlertViewDelegate, UIAlertView)

この UIAlertView がまもなくアプリケーション ユーザーに表示されることを示します。

適用対象