SwitchTrait.GoogleSyntheticFeatures

data class SwitchTrait.GoogleSyntheticFeatures


Summary

Public constructors

GoogleSyntheticFeatures(
    hasSyntheticEvents: Boolean,
    hasEncoderRelativeSupport: Boolean,
    hasEncoderOngoingSupport: Boolean,
    hasEncoderCompleteSupport: Boolean
)

Public functions

open ULong

Convert this ClusterBitmap to raw (bytes) format

Public constructors

GoogleSyntheticFeatures

GoogleSyntheticFeatures(
    hasSyntheticEvents: Boolean = false,
    hasEncoderRelativeSupport: Boolean = false,
    hasEncoderOngoingSupport: Boolean = false,
    hasEncoderCompleteSupport: Boolean = false
)

Public functions

toRaw

open fun toRaw(): ULong

Convert this ClusterBitmap to raw (bytes) format

Public properties

hasEncoderCompleteSupport

val hasEncoderCompleteSupportBoolean

hasEncoderOngoingSupport

val hasEncoderOngoingSupportBoolean

hasEncoderRelativeSupport

val hasEncoderRelativeSupportBoolean

hasSyntheticEvents

val hasSyntheticEventsBoolean