stringArrayResource

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

Load a string resource.

Parameters

id the resource identifier

Returns

the string data associated with the resource