Package apple.passkit.protocol
Interface PKDisbursementAuthorizationControllerDelegate
-
public interface PKDisbursementAuthorizationControllerDelegate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddisbursementAuthorizationControllerDidAuthorizeWithDisbursementVoucher(PKDisbursementAuthorizationController controller, PKDisbursementVoucher disbursementVoucher)Sent to the delegate when disbursement controller has authorized the disbursement request.voiddisbursementAuthorizationControllerDidFinish(PKDisbursementAuthorizationController controller)Sent to the delegate when disbursement controller is finished.
-
-
-
Method Detail
-
disbursementAuthorizationControllerDidAuthorizeWithDisbursementVoucher
void disbursementAuthorizationControllerDidAuthorizeWithDisbursementVoucher(PKDisbursementAuthorizationController controller, PKDisbursementVoucher disbursementVoucher)
Sent to the delegate when disbursement controller has authorized the disbursement request.
-
disbursementAuthorizationControllerDidFinish
void disbursementAuthorizationControllerDidFinish(PKDisbursementAuthorizationController controller)
Sent to the delegate when disbursement controller is finished. This may occur when the user cancels the request or after the disbursement has been authorized.
-
-