Protocols

The following protocols are available globally.

  • Delegate protocol for MUAvatar.

    See more

    Declaration

    Swift

    @objc
    public protocol MUAvatarDelegate : AnyObject
  • Delegate protocol for MUButton.

    See more

    Declaration

    Swift

    @objc
    public protocol MUButtonDelegate : AnyObject
  • Delegate protocol for MUPinCode.

    See more

    Declaration

    Swift

    @objc
    public protocol MUPinCodeDelegate : AnyObject
  • Delegate protocol for MURadioButtonProtocol objects.

    See more

    Declaration

    Swift

    @objc
    public protocol MURadioButtonDelegate : AnyObject
  • Protocol to define a radio button that can be added to the MURadioButtonGroup

    See more

    Declaration

    Swift

    @objc
    public protocol MURadioButtonProtocol : AnyObject
  • Delegate protocol for MUStat.

    See more

    Declaration

    Swift

    @objc
    public protocol MUStatDelegate : AnyObject
  • Delegate protocol for MUTextField.

    See more

    Declaration

    Swift

    @objc
    public protocol MUTextFieldDelegate : AnyObject
  • Delegate protocol for MUTimeSlider.

    See more

    Declaration

    Swift

    @objc
    public protocol MUTimeSliderDelegate : AnyObject
  • Delegate protocol for MUTopBar.

    See more

    Declaration

    Swift

    @objc
    public protocol MUTopBarDelegate : AnyObject