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

commonMain.com.vonage.clientcore.Greeting.kt Maven / Gradle / Ivy

Go to download

This package is part of the Vonage Client SDK and is meant only as a dependency for Voice, Chat, and Combined packages. For more information, documentation, and code samples, please visit the Vonage Developer Portal.

There is a newer version: 1.7.2
Show newest version
package com.vonage.clientcore

class Greeting {

    fun greeting(): String {
        return "Hello"
    }

    companion object {
        fun italianGreeting(): String = "Ciao!"
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy