RSDUIAction

public protocol RSDUIAction

The RSDUIAction protocol can be used to customize the title and image displayed for a given action of the UI.

  • The title to display on the button associated with this action.

    Declaration

    Swift

    var buttonTitle: String? { get }
  • The icon to display on the button associated with this action.

    Declaration

    Swift

    var buttonIcon: RSDImage? { get }