RSDNavigationUIActionObject
public struct RSDNavigationUIActionObject : RSDEmbeddedResourceUIAction, RSDNavigationUIAction, Codable
RSDNavigationUIActionObject implements an action for navigating to another step in a task.
-
The identifier for the step to skip to if the action is called.
Declaration
Swift
public let skipToIdentifier: String -
The title to display on the button associated with this action.
Declaration
Swift
public var buttonTitle: String? -
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(skipToIdentifier: String, buttonTitle: String)Parameters
skipToIdentifierThe identifier for the step to skip to if the action is called.
buttonTitleThe title to display on the button associated with this action.
View on GitHub
RSDNavigationUIActionObject Structure Reference