次の方法で共有


UNMutableNotificationContent.LaunchImageName プロパティ

定義

ユーザーが通知からアプリケーションを起動したときに表示する、アプリケーションのバンドルに格納されているイメージの名前を取得または設定します。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual string LaunchImageName { [Foundation.Export("launchImageName")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setLaunchImageName:")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.LaunchImageName : string with get, set

プロパティ値

ユーザーが通知からアプリケーションを起動したときに表示するアプリケーションのバンドルに格納されているイメージの名前。

属性

適用対象