public static interface

PMService.NotificationBuilder

com.paymill.android.service.PMService.NotificationBuilder

Class Overview

Delivers notifications for the foreground mode of the PMService

Summary

Public Methods
abstract Notification getForegroundNotification()
Deliver a new notification for the foreground mode of the service.

Public Methods

public abstract Notification getForegroundNotification ()

Deliver a new notification for the foreground mode of the service. Note: If this method throws an exception or returns null, the default notification will be used.

Returns
  • a new notification.