RSDUIActionObjectType
public struct RSDUIActionObjectType : RSDFactoryTypeRepresentable, Codable, Hashable
The type of the ui action. This is used to decode a RSDUIAction
using a RSDFactory
. It can also be used
to customize the UI.
-
Declaration
Swift
public let rawValue: String
-
Declaration
Swift
public init(rawValue: String)
-
Defaults to creating a
RSDUIActionObject
.Declaration
Swift
public static let defaultNavigation: RSDUIActionObjectType
-
Defaults to creating a
RSDNavigationUIActionObject
.Declaration
Swift
public static let navigation: RSDUIActionObjectType
-
Defaults to creating a
RSDReminderUIActionObject
.Declaration
Swift
public static let reminder: RSDUIActionObjectType
-
Defaults to creating a
RSDWebViewUIActionObject
.Declaration
Swift
public static let webView: RSDUIActionObjectType
-
Defaults to creating a
RSDVideoViewUIActionObject
.Declaration
Swift
public static let videoView: RSDUIActionObjectType
-
Declaration
Swift
public init(stringLiteral value: String)