Composable Function

stringArrayResource

Load a string resource.

stringArrayResource

Source set: 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

Last updated: