toggle menu
VideoAndroidSDK
androidJvm
switch theme
search in API
video-sdk
/
com.kaleyra.video_sdk.call.callinfo.model
/
TextRef
Text
Ref
sealed
class
TextRef
Inheritors
PlainText
StringResource
PluralResource
Members
Types
Plain
Text
Link copied to clipboard
data
class
PlainText
(
val
text
:
String
?
)
:
TextRef
Plural
Resource
Link copied to clipboard
data
class
PluralResource
(
val
id
:
Int
,
val
quantity
:
Int
,
val
args
:
List
<
Any
>
?
=
emptyList()
)
:
TextRef
String
Resource
Link copied to clipboard
data
class
StringResource
(
val
id
:
Int
,
val
args
:
List
<
Any
>
?
=
emptyList()
)
:
TextRef
Properties
args
Link copied to clipboard
open
val
args
:
List
<
Any
>
?
id
Link copied to clipboard
open
val
id
:
Int
Functions
resolve
Link copied to clipboard
abstract
fun
resolve
(
context
:
Context
)
:
String