CPApplicationDelegate クラス

定義

CarPlay アプリケーションのアプリケーション デリゲート。

[Foundation.Model]
[Foundation.Protocol]
[Foundation.Register("Microsoft_iOS__CarPlay_CPApplicationDelegate", false)]
public abstract class CPApplicationDelegate : Foundation.NSObject, CarPlay.ICPApplicationDelegate, IDisposable
[<Foundation.Model>]
[<Foundation.Protocol>]
[<Foundation.Register("Microsoft_iOS__CarPlay_CPApplicationDelegate", false)>]
type CPApplicationDelegate = class
    inherit NSObject
    interface ICPApplicationDelegate
    interface INativeObject
    interface IDisposable
    interface IUIApplicationDelegate
継承
CPApplicationDelegate
属性
実装

コンストラクター

名前 説明
CPApplicationDelegate()

既定値を使用して新しい CPApplicationDelegate を作成します。

CPApplicationDelegate(NativeHandle)

アンマネージ オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。 ランタイムによって呼び出されます。

CPApplicationDelegate(NSObjectFlag)

初期化をスキップし、単にオブジェクトを割り当てるために派生クラスを呼び出すコンストラクター。

プロパティ

名前 説明
AccessibilityAttributedUserInputLabels

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
AccessibilityRespondsToUserInteraction

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
AccessibilityTextualContext

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
AccessibilityUserInputLabels

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
Class

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
ClassHandle

このクラスの Objective-C クラス ハンドル。

(継承元 NSObject)
DebugDescription

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
Description

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
Handle

アンマネージ オブジェクト表現へのハンドル (ポインター)。

(継承元 NSObject)
IsDirectBinding

このインスタンスが直接 Objective-C バインドを使用するかどうかを示す値を取得または設定します。

(継承元 NSObject)
IsProxy

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
RetainCount

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
Self

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
Superclass

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
SuperHandle

この NSObjectの基底クラスのメソッドを表すために使用されるハンドル。

(継承元 NSObject)
Window

アプリケーションの UIWindow を取得または設定します。

Zone

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)

メソッド

名前 説明
AccessibilityPerformMagicTap()

アプリの最も重要なアクションを実行します。 多くの場合、これはアプリの最も重要な状態を切り替えています。

AddObserver(NSObject, NSString, NSKeyValueObservingOptions, IntPtr)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
AddObserver(NSString, NSKeyValueObservingOptions, Action<NSObservedChange>)

任意のメソッドを使用して外部で観察されるオブジェクトを登録します。

(継承元 NSObject)
AddObserver(String, NSKeyValueObservingOptions, Action<NSObservedChange>)

任意のメソッドを使用して外部で観察されるオブジェクトを登録します。

(継承元 NSObject)
ApplicationSignificantTimeChange(UIApplication)

午前 0 時、夏時間への変更、タイムゾーンのシフトなど、時間の大幅な変更を示します。

AwakeFromNib()

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
BeginInvokeOnMainThread(Action)

メイン UI スレッドで、指定したアクションを非同期的に呼び出します。

(継承元 NSObject)
BeginInvokeOnMainThread(Selector, NSObject)

メイン UI スレッドで指定したコードを非同期的に呼び出します。

(継承元 NSObject)
ChangedStatusBarFrame(UIApplication, CGRect)

ステータス バーのフレームが変更されたことを示します。

ConformsToProtocol(NativeHandle)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
ContinueUserActivity(UIApplication, NSUserActivity, UIApplicationRestorationHandler)

NSUserActivity オブジェクトとして指定されたタスクの継続に関連するデータがあることをアプリに通知し、アプリがアクティビティを継続したかどうかを返します。

Copy()

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
DangerousAutorelease()

このオブジェクトの 'autorelease' セレクターを呼び出します。

(継承元 NSObject)
DangerousRelease()

このオブジェクトの 'release' セレクターを呼び出します。

(継承元 NSObject)
DangerousRetain()

このオブジェクトで 'retain' セレクターを呼び出します。

(継承元 NSObject)
DidChange(NSKeyValueChange, NSIndexSet, NSString)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
DidChange(NSString, NSKeyValueSetMutationKind, NSSet)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
DidChangeStatusBarOrientation(UIApplication, UIInterfaceOrientation)

ステータス バーの向きが変更されたことを示します。

DidChangeValue(String)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
DidConnectCarInterfaceController(UIApplication, CPInterfaceController, CPWindow)

CarPlay アプリケーションのアプリケーション デリゲート。

DidDecodeRestorableState(UIApplication, NSCoder)

アプリが最高レベルの状態を復元する必要があることを示します。

DidDiscardSceneSessions(UIApplication, NSSet<UISceneSession>)

CarPlay アプリケーションのアプリケーション デリゲート。

DidDisconnectCarInterfaceController(UIApplication, CPInterfaceController, CPWindow)

CarPlay アプリケーションのアプリケーション デリゲート。

DidEnterBackground(UIApplication)

アプリケーションがバックグラウンドに入っていることを示します。

DidFailToContinueUserActivity(UIApplication, String, NSError)

userActivityTypeの種類のアクティビティを継続できなかったことをアプリに通知し、エラーの理由としてerrorを指定します。

DidReceiveRemoteNotification(UIApplication, NSDictionary, Action<UIBackgroundFetchResult>)

アプリがリモート通知を受信したことを示します。

DidRegisterUserNotificationSettings(UIApplication, UIUserNotificationSettings)

開発者は、この非推奨のメソッドを使用しないでください。 開発者は、代わりに 'UNUserNotificationCenter.RequestAuthorization' を使用する必要があります。

DidSelectManeuver(UIApplication, CPManeuver)

ユーザーが操縦を選択したときに呼び出されるメソッド。

DidSelectNavigationAlert(UIApplication, CPNavigationAlert)

ユーザーがナビゲーション アラートを選択したときに呼び出されるメソッド。

Dispose()

NSObject オブジェクトによって使用されるリソースを解放します。

(継承元 NSObject)
Dispose(Boolean)

このオブジェクトで使用されるリソースを解放します。

(継承元 NSObject)
DoesNotRecognizeSelector(Selector)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
Equals(NSObject)

指定した NSObject が現在の NSObjectと等しいかどうかを判断します。

(継承元 NSObject)
Equals(Object)

指定したオブジェクトが現在の NSObjectと等しいかどうかを判断します。

(継承元 NSObject)
FailedToRegisterForRemoteNotifications(UIApplication, NSError)

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

FinishedLaunching(UIApplication, NSDictionary)

起動が完了し、アプリの実行がまもなく開始されることを示します。

FinishedLaunching(UIApplication)

アプリケーションの起動が完了しました。

GetConfiguration(UIApplication, UISceneSession, UISceneConnectionOptions)

CarPlay アプリケーションのアプリケーション デリゲート。

GetDictionaryOfValuesFromKeys(NSString[])

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
GetHandlerForIntent(UIApplication, INIntent)

CarPlay アプリケーションのアプリケーション デリゲート。

GetHashCode()

現在のインスタンスのハッシュ コードを生成します。

(継承元 NSObject)
GetMethodForSelector(Selector)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
GetNativeHash()

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
GetSupportedInterfaceOrientations(UIApplication, UIWindow)

アプリでサポートされているインターフェイスの向き。

GetViewController(UIApplication, String[], NSCoder)

restorationIdentifierComponents パラメーターの最後の値によって識別される UIViewController を取得します。

HandleAction(UIApplication, String, NSDictionary, Action)

プッシュ通知に基づいて実行するカスタム アクションをアプリに通知し、 actionIdentifier 値、通知からのデータの remoteNotificationInfo 、およびアクションの実行後にアプリ開発者が実行する completionHandler を含めます。

HandleAction(UIApplication, String, NSDictionary, NSDictionary, Action)

リモート通知に基づいて実行するカスタム アクションをアプリに通知し、 actionIdentifier 値、通知からのデータの remoteNotificationInfo 、およびアクションの実行後にアプリ開発者が実行するための completionHandler を含めます。

HandleAction(UIApplication, String, UILocalNotification, Action)

ユーザーがUILocalNotification オブジェクトのアラートからactionIdentifier値によって識別されたアクションを選択し、アクションの完了後に completionHandler ブロックを実行することをアプリに通知します。

HandleAction(UIApplication, String, UILocalNotification, NSDictionary, Action)

ローカル通知に基づいて実行するカスタム アクションをアプリに通知し、 actionIdentifier 値、通知からのデータの responseInfo 、およびアクションの実行後にアプリ開発者が実行するための completionHandler を含めます。

HandleEventsForBackgroundUrl(UIApplication, String, Action)

バックグラウンド NSUrlSession に関連するイベントが処理を待機しているときに発生します。

HandleIntent(UIApplication, INIntent, Action<INIntentResponse>)

システムは、指定された intentをアプリケーションが処理することを要求しています。

HandleOpenURL(UIApplication, NSUrl)

開発者は、この非推奨の方法ではなく、 OpenUrl(UIApplication, NSUrl, String, NSObject) を使用する必要があります。

HandleWatchKitExtensionRequest(UIApplication, NSDictionary, Action<NSDictionary>)

ウォッチキット拡張機能が要求を行いました。

Init()

Objective-C init メソッドを呼び出してオブジェクトを初期化します。

(継承元 NSObject)
InitializeHandle(NativeHandle, String)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
InitializeHandle(NativeHandle)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
Invoke(Action, Double)

指定した遅延の後に、指定したアクションを呼び出します。

(継承元 NSObject)
Invoke(Action, TimeSpan)

指定した遅延の後に、指定したアクションを呼び出します。

(継承元 NSObject)
InvokeOnMainThread(Action)

メイン UI スレッドで、指定したアクションを同期的に呼び出します。

(継承元 NSObject)
InvokeOnMainThread(Selector, NSObject)

メイン UI スレッドで、指定したコードを同期的に呼び出します。

(継承元 NSObject)
IsEqual(NSObject)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
IsKindOfClass(Class)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
IsMemberOfClass(Class)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
MarkDirty()

通常のピア オブジェクト (IsDirectBinding が true) を toggleref オブジェクトに昇格させます。

(継承元 NSObject)
MutableCopy()

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
ObserveValue(NSString, NSObject, NSDictionary, IntPtr)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
OnActivated(UIApplication)

アプリが非アクティブ状態からアクティブ状態に移行しました。

OnResignActivation(UIApplication)

アプリがアクティブな状態から非アクティブ状態に移行しようとしている。

OpenUrl(UIApplication, NSUrl, NSDictionary)

アプリケーションが、指定した urloptionsのコンテキストで開く必要があることを示します。

OpenUrl(UIApplication, NSUrl, String, NSObject)

指定した URL からリソースを読み込みます。

OpenUrl(UIApplication, NSUrl, UIApplicationOpenUrlOptions)

アプリケーションが、指定した urloptionsに従って開く必要があることを示します。

PerformActionForShortcutItem(UIApplication, UIApplicationShortcutItem, UIOperationHandler)

対話が WillFinishLaunching(UIApplication, NSDictionary) または FinishedLaunching(UIApplication)で処理されていない限り、ユーザーがホーム画面のクイック アクションを開始したときにシステムによって呼び出されます。

PerformFetch(UIApplication, Action<UIBackgroundFetchResult>)

ダウンロードするデータがある場合に、アプリケーションがフェッチ操作を開始できることを示します。

PerformSelector(Selector, NSObject, Double, NSString[])

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
PerformSelector(Selector, NSObject, Double)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
PerformSelector(Selector, NSObject, NSObject)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
PerformSelector(Selector, NSObject)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean, NSString[])

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
PerformSelector(Selector)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
PrepareForInterfaceBuilder()

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
ProtectedDataDidBecomeAvailable(UIApplication)

保護されたファイルを使用できるようになりました。

ProtectedDataWillBecomeUnavailable(UIApplication)

保護されたファイルが暗号化され、読み取りに使用できないことを示します。

ReceivedLocalNotification(UIApplication, UILocalNotification)

アプリがローカル通知を受信したことを示します。

ReceivedRemoteNotification(UIApplication, NSDictionary)

アプリがリモート通知を受信したことを示します。

ReceiveMemoryWarning(UIApplication)

アプリがシステムからメモリ不足の警告を受け取りました。

RegisteredForRemoteNotifications(UIApplication, NSData)

デバイスが Apple Push Service に正常に登録されたことを示します。

RemoveObserver(NSObject, NSString, IntPtr)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
RemoveObserver(NSObject, NSString)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
RemoveObserver(NSObject, String, IntPtr)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
RemoveObserver(NSObject, String)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
RespondsToSelector(Selector)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
SetNilValueForKey(NSString)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
SetValueForKey(NSObject, NSString)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
SetValueForKeyPath(NativeHandle, NSString)

特定のキー パスによって識別されるプロパティの値を、指定された値に設定します。

(継承元 NSObject)
SetValueForKeyPath(NSObject, NSString)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
SetValueForUndefinedKey(NSObject, NSString)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
SetValuesForKeysWithDictionary(NSDictionary)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
ShouldAllowExtensionPointIdentifier(UIApplication, NSString)

extensionPointIdentifierによって識別される拡張機能ポイントに基づいて、アプリ拡張機能を実行するためのアクセス許可をアプリに要求します。

ShouldAutomaticallyLocalizeKeyCommands(UIApplication)

CarPlay アプリケーションのアプリケーション デリゲート。

ShouldRequestHealthAuthorization(UIApplication)

開発者のアプリが HealthKit データへのアクセスをユーザーに要求する必要がある場合、システムはこのメソッドを呼び出します。

ShouldRestoreApplicationState(UIApplication, NSCoder)

アプリケーションが保存された状態情報を復元する必要があるかどうか。

ShouldRestoreSecureApplicationState(UIApplication, NSCoder)

CarPlay アプリケーションのアプリケーション デリゲート。

ShouldSaveApplicationState(UIApplication, NSCoder)

アプリケーションがアプリケーションの状態情報を保存する必要があるかどうか。

ShouldSaveSecureApplicationState(UIApplication, NSCoder)

CarPlay アプリケーションのアプリケーション デリゲート。

ToString()

現在のインスタンスの値の文字列形式を返します。

(継承元 NSObject)
UserActivityUpdated(UIApplication, NSUserActivity)

userActivityNSUserActivity オブジェクトが更新されたことをアプリに通知します。

UserDidAcceptCloudKitShare(UIApplication, CKShareMetadata)

CarPlay アプリケーションのアプリケーション デリゲート。

ValueForKey(NSString)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
ValueForKeyPath(NSString)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
ValueForUndefinedKey(NSString)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
WillChange(NSKeyValueChange, NSIndexSet, NSString)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
WillChange(NSString, NSKeyValueSetMutationKind, NSSet)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
WillChangeStatusBarFrame(UIApplication, CGRect)

ステータス バーのフレームが変更されようとしていることを示します。

WillChangeStatusBarOrientation(UIApplication, UIInterfaceOrientation, Double)

ステータス バーの向きが変わりようとしていることを示します。

WillChangeValue(String)

CarPlay アプリケーションのアプリケーション デリゲート。

(継承元 NSObject)
WillContinueUserActivity(UIApplication, String)

ユーザーがデータを使用できない可能性がある userActivityType アクションを続行しようとしていることをアプリに通知し、アプリがアクティビティを続行することをユーザーに通知するために戻ります。

WillEncodeRestorableState(UIApplication, NSCoder)

アプリがアプリケーションの状態データを格納しようとしていることを示します。

WillEnterForeground(UIApplication)

アプリケーションがフォアグラウンドに入りようとしていることを示します。

WillFinishLaunching(UIApplication, NSDictionary)

アプリが起動手順を完了しようとしていることを示します。

WillTerminate(UIApplication)

アプリが終了しようとしていることを示します。

拡張メソッド

名前 説明
AccessibilityHitTest(NSObject, CGPoint, UIEvent)

CarPlay アプリケーションのアプリケーション デリゲート。

AccessibilityPerformMagicTap(IUIApplicationDelegate)

アプリの最も重要なアクションを実行します。 多くの場合、これはアプリの最も重要な状態を切り替えています。

ApplicationSignificantTimeChange(IUIApplicationDelegate, UIApplication)

午前 0 時、夏時間への変更、タイムゾーンのシフトなど、時間の大幅な変更を示します。

BrowserAccessibilityDeleteTextAtCursor(NSObject, IntPtr)

CarPlay アプリケーションのアプリケーション デリゲート。

BrowserAccessibilityInsertTextAtCursor(NSObject, String)

CarPlay アプリケーションのアプリケーション デリゲート。

ChangedStatusBarFrame(IUIApplicationDelegate, UIApplication, CGRect)

ステータス バーのフレームが変更されたことを示します。

ContinueUserActivity(IUIApplicationDelegate, UIApplication, NSUserActivity, UIApplicationRestorationHandler)

NSUserActivity オブジェクトとして指定されたタスクの継続に関連するデータがあることをアプリに通知し、アプリがアクティビティを継続したかどうかを返します。

DidChangeStatusBarOrientation(IUIApplicationDelegate, UIApplication, UIInterfaceOrientation)

ステータス バーの向きが変更されたことを示します。

DidDecodeRestorableState(IUIApplicationDelegate, UIApplication, NSCoder)

アプリが最高レベルの状態を復元する必要があることを示します。

DidDiscardSceneSessions(IUIApplicationDelegate, UIApplication, NSSet<UISceneSession>)

CarPlay アプリケーションのアプリケーション デリゲート。

DidEnterBackground(IUIApplicationDelegate, UIApplication)

アプリケーションがバックグラウンドに入っていることを示します。

DidFailToContinueUserActivity(IUIApplicationDelegate, UIApplication, String, NSError)

userActivityTypeの種類のアクティビティを継続できなかったことをアプリに通知し、エラーの理由としてerrorを指定します。

DidReceiveRemoteNotification(IUIApplicationDelegate, UIApplication, NSDictionary, Action<UIBackgroundFetchResult>)

アプリがリモート通知を受信したことを示します。

DidRegisterUserNotificationSettings(IUIApplicationDelegate, UIApplication, UIUserNotificationSettings)

開発者は、この非推奨のメソッドを使用しないでください。 開発者は、代わりに 'UNUserNotificationCenter.RequestAuthorization' を使用する必要があります。

DidSelectManeuver(ICPApplicationDelegate, UIApplication, CPManeuver)

ユーザーが操縦を選択したときに呼び出されるメソッド。

DidSelectNavigationAlert(ICPApplicationDelegate, UIApplication, CPNavigationAlert)

ユーザーがナビゲーション アラートを選択したときに呼び出されるメソッド。

FailedToRegisterForRemoteNotifications(IUIApplicationDelegate, UIApplication, NSError)

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

FinishedLaunching(IUIApplicationDelegate, UIApplication, NSDictionary)

起動が完了し、アプリの実行がまもなく開始されることを示します。

FinishedLaunching(IUIApplicationDelegate, UIApplication)

アプリケーションの起動が完了しました。

GetAccessibilityCustomRotors(NSObject)

オブジェクトに適 UIAccessibilityCustomRotor オブジェクトの配列 this 取得します。

GetAccessibilityLineEndPositionFromCurrentSelection(NSObject)

CarPlay アプリケーションのアプリケーション デリゲート。

GetAccessibilityLineRangeForPosition(NSObject, IntPtr)

CarPlay アプリケーションのアプリケーション デリゲート。

GetAccessibilityLineStartPositionFromCurrentSelection(NSObject)

CarPlay アプリケーションのアプリケーション デリゲート。

GetAccessibilityNextTextNavigationElement(NSObject)

CarPlay アプリケーションのアプリケーション デリゲート。

GetAccessibilityNextTextNavigationElementBlock(NSObject)

CarPlay アプリケーションのアプリケーション デリゲート。

GetAccessibilityPreviousTextNavigationElement(NSObject)

CarPlay アプリケーションのアプリケーション デリゲート。

GetAccessibilityPreviousTextNavigationElementBlock(NSObject)

CarPlay アプリケーションのアプリケーション デリゲート。

GetAccessibilityTextInputResponder(NSObject)

CarPlay アプリケーションのアプリケーション デリゲート。

GetAccessibilityTextInputResponderHandler(NSObject)

CarPlay アプリケーションのアプリケーション デリゲート。

GetBrowserAccessibilityAttributedValue(NSObject, NSRange)

CarPlay アプリケーションのアプリケーション デリゲート。

GetBrowserAccessibilityContainerType(NSObject)

CarPlay アプリケーションのアプリケーション デリゲート。

GetBrowserAccessibilityCurrentStatus(NSObject)

CarPlay アプリケーションのアプリケーション デリゲート。

GetBrowserAccessibilityHasDomFocus(NSObject)

CarPlay アプリケーションのアプリケーション デリゲート。

GetBrowserAccessibilityIsRequired(NSObject)

CarPlay アプリケーションのアプリケーション デリゲート。

GetBrowserAccessibilityPressedState(NSObject)

CarPlay アプリケーションのアプリケーション デリゲート。

GetBrowserAccessibilityRoleDescription(NSObject)

CarPlay アプリケーションのアプリケーション デリゲート。

GetBrowserAccessibilitySelectedTextRange(NSObject)

CarPlay アプリケーションのアプリケーション デリゲート。

GetBrowserAccessibilitySortDirection(NSObject)

CarPlay アプリケーションのアプリケーション デリゲート。

GetBrowserAccessibilityValue(NSObject, NSRange)

CarPlay アプリケーションのアプリケーション デリゲート。

GetConfiguration(IUIApplicationDelegate, UIApplication, UISceneSession, UISceneConnectionOptions)

CarPlay アプリケーションのアプリケーション デリゲート。

GetDebugDescription(INSObjectProtocol)

CarPlay アプリケーションのアプリケーション デリゲート。

GetHandle(INativeObject)

CarPlay アプリケーションのアプリケーション デリゲート。

GetHandlerForIntent(IUIApplicationDelegate, UIApplication, INIntent)

CarPlay アプリケーションのアプリケーション デリゲート。

GetNonNullHandle(INativeObject, String)

CarPlay アプリケーションのアプリケーション デリゲート。

GetSupportedInterfaceOrientations(IUIApplicationDelegate, UIApplication, UIWindow)

アプリでサポートされているインターフェイスの向き。

GetViewController(IUIApplicationDelegate, UIApplication, String[], NSCoder)

restorationIdentifierComponents パラメーターの最後の値によって識別される UIViewController を取得します。

GetWindow(IUIApplicationDelegate)

アプリケーションの UIWindow を取得または設定します。

HandleAction(IUIApplicationDelegate, UIApplication, String, NSDictionary, Action)

プッシュ通知に基づいて実行するカスタム アクションをアプリに通知し、 actionIdentifier 値、通知からのデータの remoteNotificationInfo 、およびアクションの実行後にアプリ開発者が実行する completionHandler を含めます。

HandleAction(IUIApplicationDelegate, UIApplication, String, NSDictionary, NSDictionary, Action)

リモート通知に基づいて実行するカスタム アクションをアプリに通知し、 actionIdentifier 値、通知からのデータの remoteNotificationInfo 、およびアクションの実行後にアプリ開発者が実行するための completionHandler を含めます。

HandleAction(IUIApplicationDelegate, UIApplication, String, UILocalNotification, Action)

ユーザーがUILocalNotification オブジェクトのアラートからactionIdentifier値によって識別されたアクションを選択し、アクションの完了後に completionHandler ブロックを実行することをアプリに通知します。

HandleAction(IUIApplicationDelegate, UIApplication, String, UILocalNotification, NSDictionary, Action)

ローカル通知に基づいて実行するカスタム アクションをアプリに通知し、 actionIdentifier 値、通知からのデータの responseInfo 、およびアクションの実行後にアプリ開発者が実行するための completionHandler を含めます。

HandleEventsForBackgroundUrl(IUIApplicationDelegate, UIApplication, String, Action)

バックグラウンド NSUrlSession に関連するイベントが処理を待機しているときに発生します。

HandleIntent(IUIApplicationDelegate, UIApplication, INIntent, Action<INIntentResponse>)

システムは、指定された intentをアプリケーションが処理することを要求しています。

HandleOpenURL(IUIApplicationDelegate, UIApplication, NSUrl)

開発者は、この非推奨の方法ではなく、 OpenUrl(UIApplication, NSUrl, String, NSObject) を使用する必要があります。

HandleWatchKitExtensionRequest(IUIApplicationDelegate, UIApplication, NSDictionary, Action<NSDictionary>)

ウォッチキット拡張機能が要求を行いました。

OnActivated(IUIApplicationDelegate, UIApplication)

アプリが非アクティブ状態からアクティブ状態に移行しました。

OnResignActivation(IUIApplicationDelegate, UIApplication)

アプリがアクティブな状態から非アクティブ状態に移行しようとしている。

OpenUrl(IUIApplicationDelegate, UIApplication, NSUrl, NSDictionary)

アプリケーションが、指定した urloptionsのコンテキストで開く必要があることを示します。

OpenUrl(IUIApplicationDelegate, UIApplication, NSUrl, String, NSObject)

指定した URL からリソースを読み込みます。

PerformActionForShortcutItem(IUIApplicationDelegate, UIApplication, UIApplicationShortcutItem, UIOperationHandler)

対話が WillFinishLaunching(UIApplication, NSDictionary) または FinishedLaunching(UIApplication)で処理されていない限り、ユーザーがホーム画面のクイック アクションを開始したときにシステムによって呼び出されます。

PerformFetch(IUIApplicationDelegate, UIApplication, Action<UIBackgroundFetchResult>)

ダウンロードするデータがある場合に、アプリケーションがフェッチ操作を開始できることを示します。

ProtectedDataDidBecomeAvailable(IUIApplicationDelegate, UIApplication)

保護されたファイルを使用できるようになりました。

ProtectedDataWillBecomeUnavailable(IUIApplicationDelegate, UIApplication)

保護されたファイルが暗号化され、読み取りに使用できないことを示します。

ProvideImageData(NSObject, IntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, NSObject)

CarPlay アプリケーションのアプリケーション デリゲート。

ProvideImageToMTLTexture(NSObject, IMTLTexture, IMTLCommandBuffer, UIntPtr, UIntPtr, UIntPtr, UIntPtr, NSObject)

CarPlay アプリケーションのアプリケーション デリゲート。

ReceivedLocalNotification(IUIApplicationDelegate, UIApplication, UILocalNotification)

アプリがローカル通知を受信したことを示します。

ReceivedRemoteNotification(IUIApplicationDelegate, UIApplication, NSDictionary)

アプリがリモート通知を受信したことを示します。

ReceiveMemoryWarning(IUIApplicationDelegate, UIApplication)

アプリがシステムからメモリ不足の警告を受け取りました。

RegisteredForRemoteNotifications(IUIApplicationDelegate, UIApplication, NSData)

デバイスが Apple Push Service に正常に登録されたことを示します。

SetAccessibilityCustomRotors(NSObject, UIAccessibilityCustomRotor[])

オブジェクトに適 UIAccessibilityCustomRotor オブジェクトの配列 this 設定します。

SetAccessibilityNextTextNavigationElement(NSObject, NSObject)

CarPlay アプリケーションのアプリケーション デリゲート。

SetAccessibilityNextTextNavigationElementBlock(NSObject, AXObjectReturnBlock)

CarPlay アプリケーションのアプリケーション デリゲート。

SetAccessibilityPreviousTextNavigationElement(NSObject, NSObject)

CarPlay アプリケーションのアプリケーション デリゲート。

SetAccessibilityPreviousTextNavigationElementBlock(NSObject, AXObjectReturnBlock)

CarPlay アプリケーションのアプリケーション デリゲート。

SetAccessibilityTextInputResponder(NSObject, IUITextInput)

CarPlay アプリケーションのアプリケーション デリゲート。

SetAccessibilityTextInputResponderHandler(NSObject, UITextInputReturnHandler)

CarPlay アプリケーションのアプリケーション デリゲート。

SetBrowserAccessibilityContainerType(NSObject, BEAccessibilityContainerType)

CarPlay アプリケーションのアプリケーション デリゲート。

SetBrowserAccessibilityCurrentStatus(NSObject, String)

CarPlay アプリケーションのアプリケーション デリゲート。

SetBrowserAccessibilityHasDomFocus(NSObject, Boolean)

CarPlay アプリケーションのアプリケーション デリゲート。

SetBrowserAccessibilityIsRequired(NSObject, Boolean)

CarPlay アプリケーションのアプリケーション デリゲート。

SetBrowserAccessibilityPressedState(NSObject, BEAccessibilityPressedState)

CarPlay アプリケーションのアプリケーション デリゲート。

SetBrowserAccessibilityRoleDescription(NSObject, String)

CarPlay アプリケーションのアプリケーション デリゲート。

SetBrowserAccessibilitySelectedTextRange(NSObject, NSRange)

CarPlay アプリケーションのアプリケーション デリゲート。

SetBrowserAccessibilitySortDirection(NSObject, String)

CarPlay アプリケーションのアプリケーション デリゲート。

SetSharedObservers(NSObject, NSKeyValueSharedObserversSnapshot)

CarPlay アプリケーションのアプリケーション デリゲート。

SetWindow(IUIApplicationDelegate, UIWindow)

アプリケーションの UIWindow を取得または設定します。

ShouldAllowExtensionPointIdentifier(IUIApplicationDelegate, UIApplication, NSString)

extensionPointIdentifierによって識別される拡張機能ポイントに基づいて、アプリ拡張機能を実行するためのアクセス許可をアプリに要求します。

ShouldAutomaticallyLocalizeKeyCommands(IUIApplicationDelegate, UIApplication)

CarPlay アプリケーションのアプリケーション デリゲート。

ShouldRequestHealthAuthorization(IUIApplicationDelegate, UIApplication)

開発者のアプリが HealthKit データへのアクセスをユーザーに要求する必要がある場合、システムはこのメソッドを呼び出します。

ShouldRestoreApplicationState(IUIApplicationDelegate, UIApplication, NSCoder)

アプリケーションが保存された状態情報を復元する必要があるかどうか。

ShouldRestoreSecureApplicationState(IUIApplicationDelegate, UIApplication, NSCoder)

CarPlay アプリケーションのアプリケーション デリゲート。

ShouldSaveApplicationState(IUIApplicationDelegate, UIApplication, NSCoder)

アプリケーションがアプリケーションの状態情報を保存する必要があるかどうか。

ShouldSaveSecureApplicationState(IUIApplicationDelegate, UIApplication, NSCoder)

CarPlay アプリケーションのアプリケーション デリゲート。

UserActivityUpdated(IUIApplicationDelegate, UIApplication, NSUserActivity)

userActivityNSUserActivity オブジェクトが更新されたことをアプリに通知します。

UserDidAcceptCloudKitShare(IUIApplicationDelegate, UIApplication, CKShareMetadata)

CarPlay アプリケーションのアプリケーション デリゲート。

WillChangeStatusBarFrame(IUIApplicationDelegate, UIApplication, CGRect)

ステータス バーのフレームが変更されようとしていることを示します。

WillChangeStatusBarOrientation(IUIApplicationDelegate, UIApplication, UIInterfaceOrientation, Double)

ステータス バーの向きが変わりようとしていることを示します。

WillContinueUserActivity(IUIApplicationDelegate, UIApplication, String)

ユーザーがデータを使用できない可能性がある userActivityType アクションを続行しようとしていることをアプリに通知し、アプリがアクティビティを続行することをユーザーに通知するために戻ります。

WillEncodeRestorableState(IUIApplicationDelegate, UIApplication, NSCoder)

アプリがアプリケーションの状態データを格納しようとしていることを示します。

WillEnterForeground(IUIApplicationDelegate, UIApplication)

アプリケーションがフォアグラウンドに入りようとしていることを示します。

WillFinishLaunching(IUIApplicationDelegate, UIApplication, NSDictionary)

アプリが起動手順を完了しようとしていることを示します。

WillTerminate(IUIApplicationDelegate, UIApplication)

アプリが終了しようとしていることを示します。

適用対象