public interface DeviceDisplayNameListener
WLClient.getDeviceDisplayName(DeviceDisplayNameListener)
method implements to receive device display name from serverModifier and Type | Method and Description |
---|---|
void |
onFailure(WLFailResponse response)
Called when
WLClient.getDeviceDisplayName fails. |
void |
onSuccess(java.lang.String deviceDisplayName)
Called when
WLClient.getDeviceDisplayName completes successfully. |
void onSuccess(java.lang.String deviceDisplayName)
WLClient.getDeviceDisplayName
completes successfully.device
- display name received from server registration data .void onFailure(WLFailResponse response)
WLClient.getDeviceDisplayName
fails.response
- Response containing error information.