PlatformStrRes
Wraps platform-native string resource identifiers.
On Android, this holds @StringRes/@PluralsRes resource IDs and resolves them via the Android resource system.
On iOS, this holds a localization key and resolves it via NSBundle.localizedStringForKey. Format args are applied after resolution, supporting both Java-style (%1$s) and iOS-style (%1$@, %lld) specifiers.
Functions
Link copied to clipboard
Link copied to clipboard
Resolves this resource outside a Compose scope using the context provided via KotoseUtilsConfig.androidContext.
Non-composable suspend resolution.
Link copied to clipboard