OnlineMultiplayer

class OnlineMultiplayer

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
getGameLocation
Link copied to clipboard
fun getGameLocation(gameId: String): String
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String
tryDownloadGame
Link copied to clipboard
fun tryDownloadGame(gameId: String): GameInfo
tryDownloadGamePreview
Link copied to clipboard
fun tryDownloadGamePreview(gameId: String): GameInfoPreview
tryUploadGame
Link copied to clipboard
fun tryUploadGame(gameInfo: GameInfo, withPreview: Boolean)
tryUploadGamePreview
Link copied to clipboard
fun tryUploadGamePreview(gameInfo: GameInfoPreview)

Used to upload only the preview of a game. If the preview is uploaded together with (before/after) the gameInfo, it is recommended to use tryUploadGame(gameInfo, withPreview = true)

Sources

jvm source
Link copied to clipboard