PPRetailSignatureReceiver Class Reference

Inherits from PPRetailObject : NSObject
Declared in PPRetailSignatureReceiver.h

Overview

When signature is collected by external code, it will be passed a SignatureReceiver object

  context

@readonly

@property (nonatomic, strong, nullable, readonly) PPRetailTransactionContext *context

Discussion

@readonly

Declared In

PPRetailSignatureReceiver.h

– continueWithSignature:

Continue processing the transaction with the supplied signature.

- (void)continueWithSignature:(NSString *_Nullable)base64SignatureJpeg

Discussion

Continue processing the transaction with the supplied signature.

Declared In

PPRetailSignatureReceiver.h

– acquireSignature

Acquire signature using the normal PayPal Retail SDK mechanism (i.e. on screen signing)

- (void)acquireSignature

Discussion

Acquire signature using the normal PayPal Retail SDK mechanism (i.e. on screen signing)

Declared In

PPRetailSignatureReceiver.h

– cancel

Cancel the transaction because of a signature failure.

- (void)cancel

Discussion

Cancel the transaction because of a signature failure.

Declared In

PPRetailSignatureReceiver.h

– addCancelledListener:

Add a listener for the cancelled event

- (PPRetailCancelledSignal _Nullable)addCancelledListener:(PPRetailCancelledEvent _Nullable)listener

Return Value

PPRetailCancelledSignal an object that can be used to remove the listener when you’re done with it.

Discussion

Add a listener for the cancelled event

Declared In

PPRetailSignatureReceiver.h

– removeCancelledListener:

Remove a listener for the cancelled event given the signal object that was returned from addCancelledListener

- (void)removeCancelledListener:(PPRetailCancelledSignal _Nullable)listenerToken

Discussion

Remove a listener for the cancelled event given the signal object that was returned from addCancelledListener

Declared In

PPRetailSignatureReceiver.h