| PMService.NotificationBuilder | Delivers notifications for the foreground mode of the
PMService
|
| PMManager | This class is the main entry point for all SDK calls. |
| PMService | This class should be defined as service in your AndroidManifest.xml like
this:
<!-- paymill sdk service -->
<service android:name="com.paymill.android.service.PMService"
android:enabled="true" android:exported="false">
</service>
The SDK uses this class SDK internally. |
| PMError.BridgeError | The type of the bridge error. |
| PMError.SafeStoreError | The type of the safe store error. |
| PMError.Type | Type of the error that the SDK returns |
| PMService.ServiceMode |
| PMError | This is the exception that is returned in every unsuccessful asynchronous callback. |