Param

data class Param(val duration: Int, val rotatedWithKnickbridgeAngle: Boolean, val graphic: ByteArray)

Parameters

duration

The duration to display the graphic for, in milliseconds

rotatedWithKnickbridgeAngle

whether the graphic should be rotated with the knickbridge angle

graphic

The graphic as a lossless PNG

Constructors

Link copied to clipboard
constructor(duration: Int, rotatedWithKnickbridgeAngle: Boolean, graphic: ByteArray)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int