SDK
SDK
/
com.ciscowebex.androidsdk.message
/
Mention
/
Person
Person
class
Person
(
val
personId
:
String
,
var
start
:
Int
=
0
,
var
end
:
Int
=
0
)
:
Mention
Content copied to clipboard
Mention one particular person by person Id.
Since
2.1.0
Constructors
Properties
Constructors
Person
Link copied to clipboard
fun
Person
(
personId
:
String
,
start
:
Int
=
0
,
end
:
Int
=
0
)
Content copied to clipboard
Properties
end
Link copied to clipboard
open
override
var
end
:
Int
=
0
Content copied to clipboard
person
Id
Link copied to clipboard
val
personId
:
String
Content copied to clipboard
start
Link copied to clipboard
open
override
var
start
:
Int
=
0
Content copied to clipboard