Class NotificationIosProperties
Notification properties specific to iOS platform.
Inheritance
System.Object
NotificationIosProperties
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VoxelBusters.EssentialKit
Assembly: cs.temp.dll.dll
Syntax
public class NotificationIosProperties
Constructors
NotificationIosProperties(String)
Declaration
public NotificationIosProperties(string launchImageFileName = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | launchImageFileName |
Properties
LaunchImageFileName
The name of the launch image to display when your app is launched in response to the notification
Declaration
public string LaunchImageFileName { get; }
Property Value
Type | Description |
---|---|
System.String |