Style Data Loaded Event Data
data class StyleDataLoadedEventData(begin: Long, end: Long?, type: StyleDataType)
Content copied to clipboard
The data class for style-data-loaded event data in Observer
Constructors
StyleDataLoadedEventData
Link copied to clipboard
fun StyleDataLoadedEventData(begin: Long, end: Long?, type: StyleDataType)
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
copy
Link copied to clipboard
fun copy(begin: Long, end: Long?, type: StyleDataType): StyleDataLoadedEventData
Content copied to clipboard