- onCreate() - Method in class tech.paycon.sdk.v5.PCSDKApplication
-
Call super.onCreate and create PCSDK object
- onCreate() - Method in class tech.paycon.sdk.v5.PCSDKMultiDexApplication
-
Call super.onCreate and create PCSDK object
- onNextConfirmationResult(PCConfirmationResult) - Method in interface tech.paycon.sdk.v5.utils.PCMultipleProcessingCallback
-
Called every time, the next transaction has been confirmed (possibly, with an error)
- onNextDeclinationResult(PCDeclinationResult) - Method in interface tech.paycon.sdk.v5.utils.PCMultipleProcessingCallback
-
Called every time, the next transaction has been declined (possibly, with an error)
- onNextResult(PCConfirmationResult) - Method in interface tech.paycon.sdk.v5.utils.PCMultipleConfirmationCallback
-
Called every time, the next transaction has been confirmed (possibly, with an error)
- onNextResult(PCDeclinationResult) - Method in interface tech.paycon.sdk.v5.utils.PCMultipleDeclinationCallback
-
Called every time, the next transaction has been declined (possibly, with an error)
- onProgressChanged(int, int) - Method in interface tech.paycon.sdk.v5.utils.PCGetTransactionBinaryDataCallback
-
- onTaskCancelled() - Method in interface tech.paycon.sdk.v5.utils.PCTaskCallback
-
- onTaskCreated(PCTask) - Method in interface tech.paycon.sdk.v5.utils.PCTaskCallback
-
Called when the task encapsulating the network connection is created and can be managed.
Note that this callback might not be invoked at all if the sdk method execution does not reach the state where
the network connection is opened (e.g.
- onTerminate() - Method in class tech.paycon.sdk.v5.PCSDKApplication
-
Destroy PCSDK object and call super.onTerminate
- onTerminate() - Method in class tech.paycon.sdk.v5.PCSDKMultiDexApplication
-
Destroy PCSDK object and call super.onTerminate