ACAcceptanceViewControllerDelegate

@objc
public protocol ACAcceptanceViewControllerDelegate : AnyObject

Protocol for the acceptance view controller.

  • Called when the user accepts the request..

    Declaration

    Swift

    func didAcceptRequest()
  • Called when the user rejects the request.

    Declaration

    Swift

    func didRejectRequest()