AbstractAbstractgetGet the registration for a given request type.
Type of request.
The registration for the request type.
AbstracthasCheck if there is a subscriber for a given request type.
Type of request.
True if there is a subscriber, false otherwise.
AbstractshowAbstractsubscribeSubscribes to a request type.
Type of request.
The delegate that will be called when a request is made.
The delegate that will be called when dialog is typically closed and response is resolved.
Defines a system that can handle dialog requests and responses.