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