|
LISNR Radius Android SDK 2.0.0
|
Class used receive ultrasonic data. More...
Classes | |
| interface | ReceiverCallback |
| Callback interface that contains callbacks for the Receiver object. More... | |
Public Member Functions | |
| Receiver (String profile, ReceiverCallback callback) throws InvalidProfileException | |
| String | getProfile () |
Class used receive ultrasonic data.
|
inline |
Constructor for the Receiver object. After construction, the Receiver must be registered with a valid Radius object in order for tones to be received.
| profile | The Radius profile for which this receiver will receive Tones (must be non-null) |
| callback | The implemented ReceiverCallback interface that will be invoked by this Receiver (must be non-null) |
| com.lisnr.radius.exceptions.InvalidProfileException | if the provided profile is invalid |
| NullPointerException | if any the provided arguments are null |
|
inline |
Get the profile of the Receiver.