This package provides classes your Android app can use to construct query object that provides parameters for fetching data from the service without UI, custom object that provides fields to change appearance of search screens (text color, text size, fonts, icons), and a view font object that provides methods to define font and font size for search screens.
data class HCLQueryObject HCLQueryObject provides the parameters for fetching data from the service without UI. |
|
data class HealthCareLocatorCustomObject HealthCareLocatorViewCustomObject provides fields where the implementation app styles can be changed, such as text color, text size, font(s), icon(s). |
|
data class HealthCareLocatorViewFontObject : Parcelable HealthCareLocatorViewFontObject provides method(s) to define font and font size. |