Interface RouterServiceValidator.TrustedListCallback
- Package
- com.smartdevicelink.transport
Overview
This interface is used as a callback to know when we have either obtained a list or at least returned from our attempt.
Methods
onListObtained(
boolean successful
)
public void onListObtained(boolean successful)
Method Parameters
- successful
View on GitHub.com