stringArrayResource

Composable Function

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

Load a string resource.

Parameters

idthe resource identifier

Returns

the string data associated with the resource