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

gaia.sdk.rain.impulse.ButtonImpulse.kt Maven / Gradle / Ivy

There is a newer version: 0.17.0
Show newest version
package gaia.sdk.rain.impulse

class ButtonImpulse(override var identityId: String,
                    override var clientId: String,
                    override var userId: String,
                    var attributes: Map) :
        Impulse(identityId, clientId, userId)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy