public interface

PMInitListener

com.paymill.android.listener.PMInitListener
Known Indirect Subclasses

Class Overview

Implement this interface in your UI to be kept informed, when the SDK has been initialized.

Summary

Public Methods
abstract void onInit(String deviceId)
Called on successful initialization.
abstract void onInitFailed(PMError error)
Called on unsuccessful initialization.

Public Methods

public abstract void onInit (String deviceId)

Called on successful initialization. You will receive the callback on the main thread.

Parameters
deviceId the deviceId, currently assosiated with this app install.

public abstract void onInitFailed (PMError error)

Called on unsuccessful initialization. You will receive the callback on the main thread.

Parameters
error the cause of the failure