package

com.paymill.android.service

Contains the main entry point of the SDK PMManager and the service class PMService.

Interfaces

PMService.NotificationBuilder Delivers notifications for the foreground mode of the PMService  

Classes

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. 

Enums

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  

Exceptions

PMError This is the exception that is returned in every unsuccessful asynchronous callback.