All Downloads are FREE. Search and download functionalities are using the official Maven repository.

iosMain.com.paoapps.fifi.api.getUserAgentHeader.kt Maven / Gradle / Ivy

Go to download

Kotlin Multiplatform Mobile framework for optimal code sharing between iOS and Android.

There is a newer version: 0.0.31
Show newest version
package com.paoapps.fifi.api

actual fun getUserAgentHeader(appVersion: String): String {
    return "iOS/$appVersion"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy