次の方法で共有


CPApplicationDelegate.FailedToRegisterForRemoteNotifications メソッド

定義

への RegisterForRemoteNotifications() 呼び出しが失敗したことを示します。

[Foundation.Export("application:didFailToRegisterForRemoteNotificationsWithError:")]
public virtual void FailedToRegisterForRemoteNotifications (UIKit.UIApplication application, Foundation.NSError error);
abstract member FailedToRegisterForRemoteNotifications : UIKit.UIApplication * Foundation.NSError -> unit
override this.FailedToRegisterForRemoteNotifications : UIKit.UIApplication * Foundation.NSError -> unit

パラメーター

application
UIApplication

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

error
NSError
属性

適用対象