public static interface

RetailSDK.DeviceDiscoveredObserver

com.paypal.paypalretailsdk.RetailSDK.DeviceDiscoveredObserver

Class Overview

A PaymentDevice has been discovered. For further events, such as device readiness, removal or the need for a software upgrade, your application should subscribe to the relevant events on the device parameter. Please note that this doesn't always mean the device is present. In certain cases (e.g. Bluetooth) we may know about the device independently of whether it's currently connected or available.

Summary

Public Methods
abstract void deviceDiscovered(PaymentDevice device)

Public Methods

public abstract void deviceDiscovered (PaymentDevice device)