trixnity-client
Toggle table of contents
4.22.1
common
Platform filter
common
Switch theme
Search in API
trixnity-client
trixnity-client
/
net.folivo.trixnity.client.store
/
TimelineEvent
/
Gap
/
GapBefore
Gap
Before
@
Serializable
@
SerialName
(
value
=
"before"
)
data
class
GapBefore
(
val
batchBefore
:
String
)
:
TimelineEvent.Gap
Members
Constructors
Gap
Before
Link copied to clipboard
constructor
(
batchBefore
:
String
)
Properties
batch
After
Link copied to clipboard
@
Transient
open
override
val
batchAfter
:
String
?
=
null
batch
Before
Link copied to clipboard
open
override
val
batchBefore
:
String
has
Gap
After
Link copied to clipboard
open
val
hasGapAfter
:
Boolean
has
Gap
Before
Link copied to clipboard
open
val
hasGapBefore
:
Boolean
has
Gap
Both
Link copied to clipboard
open
val
hasGapBoth
:
Boolean
Functions
remove
Gap
After
Link copied to clipboard
open
fun
removeGapAfter
(
)
:
TimelineEvent.Gap.GapBefore
?
remove
Gap
Before
Link copied to clipboard
open
fun
removeGapBefore
(
)
:
TimelineEvent.Gap.GapAfter
?