Contents

delegate

The delegate of the request object.

Declaration

weak var delegate: (any SKRequestDelegate)? { get set }

Discussion

The delegate must adopt the SKRequestDelegate protocol, although most subclasses of SKRequest provide a more specific protocol to implement.

See Also

Accessing the Delegate