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

속성 값

사용자가 알림에서 애플리케이션을 시작하는 경우 표시할 애플리케이션의 번들에 저장된 이미지의 이름입니다.

특성

적용 대상