public static interface

DeviceUpdate.CompletedCallback

com.paypal.paypalretailsdk.DeviceUpdate.CompletedCallback

Class Overview

Called when either the software update completed, failed, or was canceled. (To detect the user having chosen not to update, check that the error is null but deviceUpgraded is false.

Summary

Public Methods
abstract void completed(RetailSDKException error, Boolean deviceUpgraded)

Public Methods

public abstract void completed (RetailSDKException error, Boolean deviceUpgraded)