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.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
@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: