Contents

setButton(_:enabled:)

Enables or disables a button in the authorization plug-in’s user interface.

Declaration

func setButton(_ inButtonType: SFButtonType, enabled inEnabled: Bool)

Parameters

  • inButtonType:

    The type of the button.

  • inEnabled:

    True to enable the button, False to disable the button.

See Also

Communicating with the Authorization Plug-in