Package com.blukii.sdk.config
Class ResponseData<T>
java.lang.Object
com.blukii.sdk.config.ResponseData<T>
- Type Parameters:
T
- Type of DataItem
This class represents the
ResponseData
object.
On every blukii device based request you get in your callback a ResponseData
object.
For more information see ResponseListener.onResponse(ResponseData)
-
Method Summary
Modifier and TypeMethodDescriptionGets the action which was done.getData()
Gets the data which were sent by the blukii.
-
Method Details
-
getAction
Gets the action which was done.Note: This is only needed if you use a central
ResponseListener
- Returns:
- the
BlukiiAction
-
getData
Gets the data which were sent by the blukii.- Returns:
- the
BlukiiDataItem
-