INNER CODE UNIT · Kotlin

openPlatform

Shabinder/SpotiFlyer · web-app/src/main/kotlin/App.kt:90

                override fun openPlatform(packageID: String, platformLink: String) {}

                override fun writeMp3Tags(trackDetails: TrackDetails) {/*IMPLEMENTED*/
                }

                override val isInternetAvailable: Boolean = true
            }
        }
    )

    override fun componentDidMount() {
        lifecycle.resume()
    }

    override fun componentWillUnmount() {
        lifecycle.destroy()
    }
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…