RSDReminderUIActionObject
public struct RSDReminderUIActionObject : RSDEmbeddedResourceUIAction, RSDReminderUIAction, Codable
RSDReminderUIActionObject
implements an action for setting up a local notification to remind
the participant about doing a particular task later.
-
The identifier for a
UNNotificationRequest
.Declaration
Swift
public let reminderIdentifier: String
-
The title to display on the button associated with this action.
Declaration
Swift
public var buttonTitle: String? { get }
-
The name of the icon to display on the button associated with this action.
Declaration
Swift
public var iconName: String?
-
The bundle identifier for the resource bundle that contains the image.
Declaration
Swift
public var bundleIdentifier: String?
-
The default bundle from the factory used to decode this object.
Declaration
Swift
public var factoryBundle: Bundle?
-
Default initializer for a button with text.
Declaration
Swift
public init(reminderIdentifier: String, buttonTitle: String)
Parameters
reminderIdentifier
The identifier for a
UNNotificationRequest
.buttonTitle
The title to display on the button associated with this action.