CustomOperationsFacade
public protocol CustomOperationsFacade
The interface of the class that allows you to send custom operations to network.
-
Function for send custom operation for specific API
Declaration
Swift
func sendCustomOperation(operation: CustomSocketOperation, for specificAPI: API)Parameters
operationOperation to send
specificAPISpecific API to send operation
View on GitHub
CustomOperationsFacade Protocol Reference