Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-app-template-core
/
com.mapsted.template_core.ui.base
/
CustomBindingAdapters
Custom
Binding
Adapters
open
class
CustomBindingAdapters
Members
Constructors
Custom
Binding
Adapters
Link copied to clipboard
constructor
(
)
Functions
load
Category
Image
Link copied to clipboard
open
fun
loadCategoryImage
(
view
:
ImageView
,
url
:
String
)
load
Image
Url
Link copied to clipboard
open
fun
loadImageUrl
(
view
:
ImageView
,
url
:
String
)
load
Profile
Image
Link copied to clipboard
open
fun
loadProfileImage
(
view
:
ImageView
,
imageString
:
String
)
load
Property
Cover
Link copied to clipboard
@
WorkerThread
open
fun
loadPropertyCover
(
context
:
Context
,
url
:
String
)
:
FutureTarget
<
Drawable
>
open
fun
loadPropertyCover
(
view
:
ImageView
,
url
:
String
)
load
Store
Image
By
Category
Link copied to clipboard
open
fun
loadStoreImageByCategory
(
view
:
ImageView
,
imageUrl
:
String
)
load
Top
Bar
Profile
Image
Link copied to clipboard
open
fun
loadTopBarProfileImage
(
view
:
ImageView
,
imageString
:
String
)
set
Html
Text
Gone
Link copied to clipboard
open
fun
setHtmlTextGone
(
text
:
TextView
,
@
Nullable
htmlString
:
String
)
set
Html
Text
Invisible
Link copied to clipboard
open
fun
setHtmlTextInvisible
(
text
:
TextView
,
@
Nullable
htmlString
:
String
)