IPAcceptanceViewControllerDelegate

@objc
public protocol IPAcceptanceViewControllerDelegate

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()