RSDEmbeddedResourceUIAction

public protocol RSDEmbeddedResourceUIAction : RSDDecodableBundleInfo, RSDUIAction

RSDEmbeddedResourceUIAction is a convenience protocol for returning an image using an encodable strings for the name and bundle identifier.

  • The name of the icon to display on the button associated with this action.

    Declaration

    Swift

    var iconName: String? { get }
  • buttonIcon Extension method

    The icon to display on the button associated with this action.

    Declaration

    Swift

    public var buttonIcon: RSDImage? { get }