public interface

PMNewDeviceIdListener

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

Class Overview

Implement this interface in your UI to be kept informed, when a new deviceId has been retrieved.

Summary

Public Methods
abstract void onNewDeviceId(String deviceId)
Called on successful retrieval.
abstract void onNewDeviceIdFailed(PMError error)
Called on unsuccessful retrieval.

Public Methods

public abstract void onNewDeviceId (String deviceId)

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

Parameters
deviceId the new deviceId.

public abstract void onNewDeviceIdFailed (PMError error)

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

Parameters
error the cause of the failure