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

commonMain.com.yazantarifi.websocketmanager.models.SocketManagerPullEvents.kt Maven / Gradle / Ivy

There is a newer version: 0.13-alpha
Show newest version
package com.yazantarifi.websocketmanager.models

enum class SocketManagerPullEvents constructor(val pullKey: String) {
    CONNECT("connect"),
    DISCONNECT("disconnect"),
    ERROR("connect_error")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy