Package com.blukii.sdk.config
Klasse ResponseData<T>
java.lang.Object
com.blukii.sdk.config.ResponseData<T>
- Typparameter:
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)
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGets the action which was done.getData()Gets the data which were sent by the blukii.Gets the response status.
-
Methodendetails
-
getAction
Gets the action which was done.Note: This is only needed if you use a central
ResponseListener- Gibt zurück:
- the
BlukiiAction
-
getData
Gets the data which were sent by the blukii.- Gibt zurück:
- the
BlukiiDataItem
-
getStatus
Gets the response status.- Gibt zurück:
- the
ResponseStatus
-