stringArrayResource

Functions summary

Array<String>

Load a string resource.

Functions

stringArrayResource

@Composable
fun stringArrayResource(id: @ArrayRes Int): Array<String>

Load a string resource.

Parameters
id: @ArrayRes Int

the resource identifier

Returns
Array<String>

the string data associated with the resource