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 |
Load a string resource.
@Composable
@ReadOnlyComposable
fun stringArrayResource(@ArrayRes id: Int): Array<String>
Load a string resource.
| id | the resource identifier |
| the string data associated with the resource |
Last updated: