次の方法で共有


UIApplicationDelegate_Extensions.FailedToRegisterForRemoteNotifications メソッド

定義

Apple Push Service が登録プロセスを正常に競合しなかったことを示します。

public static void FailedToRegisterForRemoteNotifications (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, Foundation.NSError error);
static member FailedToRegisterForRemoteNotifications : UIKit.IUIApplicationDelegate * UIKit.UIApplication * Foundation.NSError -> unit

パラメーター

This
IUIApplicationDelegate

この拡張メソッドが動作するインスタンス。

application
UIApplication

このデリゲート メソッドを呼び出した UIApplication への参照。

error
NSError

適用対象