Skip to content

OTPProducerDelegate

dsmurfin edited this page Aug 28, 2021 · 3 revisions

OTPProducerDelegate

OTP Producer Delegate

public protocol OTPProducerDelegate: AnyObject 

Required methods for objects implementing this delegate.

Inheritance

AnyObject

Requirements

consumerStatusChanged(_:​)

Notifies the delegate that a consumer's status has changed.

func consumerStatusChanged(_ consumer: OTPConsumerStatus)

Parameters

  • consumer: The consumer which has changed.
Clone this wiki locally