public class

PMService

extends Service
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.app.Service
         ↳ com.paymill.android.service.PMService

Class Overview

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. Use PMManager to access the public interface of the SDK.

Summary

Nested Classes
interface PMService.NotificationBuilder Delivers notifications for the foreground mode of the PMService  
enum PMService.ServiceMode  
[Expand]
Inherited Constants
From class android.app.Service
From class android.content.Context
Public Constructors
PMService()
Public Methods
IBinder onBind(Intent intent)
void onCreate()
[Expand]
Inherited Methods
From class android.app.Service
From class android.content.ContextWrapper
From class android.content.Context
From class java.lang.Object
From interface android.content.ComponentCallbacks

Public Constructors

public PMService ()

Public Methods

public IBinder onBind (Intent intent)

public void onCreate ()