Mappedin Android SDK
5.4.0
Mappedin Android SDK
/
com.mappedin.sdk.web
/
MPIOptions
/
TooltipAnchor
Tooltip
Anchor
@
Serializable
data
class
TooltipAnchor
(
val
top
:
Boolean
?
=
null
,
val
left
:
Boolean
?
=
null
,
val
topLeft
:
Boolean
?
=
null
,
val
right
:
Boolean
?
=
null
,
val
topRight
:
Boolean
?
=
null
,
val
bottom
:
Boolean
?
=
null
,
val
bottomLeft
:
Boolean
?
=
null
,
val
bottomRight
:
Boolean
?
=
null
)
Content copied to clipboard
TooltipAnchor
An object used to disable certain anchor positions from being used.
Constructors
Properties
Constructors
Tooltip
Anchor
Link copied to clipboard
fun
TooltipAnchor
(
top
:
Boolean
?
=
null
,
left
:
Boolean
?
=
null
,
topLeft
:
Boolean
?
=
null
,
right
:
Boolean
?
=
null
,
topRight
:
Boolean
?
=
null
,
bottom
:
Boolean
?
=
null
,
bottomLeft
:
Boolean
?
=
null
,
bottomRight
:
Boolean
?
=
null
)
Content copied to clipboard
Properties
bottom
Link copied to clipboard
val
bottom
:
Boolean
?
=
null
Content copied to clipboard
bottom
Left
Link copied to clipboard
val
bottomLeft
:
Boolean
?
=
null
Content copied to clipboard
bottom
Right
Link copied to clipboard
val
bottomRight
:
Boolean
?
=
null
Content copied to clipboard
left
Link copied to clipboard
val
left
:
Boolean
?
=
null
Content copied to clipboard
right
Link copied to clipboard
val
right
:
Boolean
?
=
null
Content copied to clipboard
top
Link copied to clipboard
val
top
:
Boolean
?
=
null
Content copied to clipboard
top
Left
Link copied to clipboard
val
topLeft
:
Boolean
?
=
null
Content copied to clipboard
top
Right
Link copied to clipboard
val
topRight
:
Boolean
?
=
null
Content copied to clipboard