stringArrayResource
Source set: Android
@Composable
public fun stringArrayResource(@ArrayRes id: Int): Array<String>
Load a string resource.
Parameters
| id | the resource identifier |
Return
the string data associated with the resource
Load a string resource.
@Composable
public fun stringArrayResource(@ArrayRes id: Int): Array<String>
Load a string resource.
| id | the resource identifier |
the string data associated with the resource