DialogStateAggregator
-
DialogStateAggregator aggregate several components state into one.
See moreDeclaration
Swift
public class DialogStateAggregator
-
An delegate that appllication can extend to register to observe
See moreDialogStateAggregator
state changes.Declaration
Swift
public protocol DialogStateDelegate : AnyObject
-
Identifies the dialog state.
See moreDeclaration
Swift
public enum DialogState
extension DialogState: Equatable