trixnity-client
3.8.0
common
trixnity-client
/
net.folivo.trixnity.client.store
/
TimelineEvent
/
Gap
Gap
@
Serializable
interface
Gap
Inheritors
GapBefore
GapBoth
GapAfter
Members
Types
Gap
After
Link copied to clipboard
@
Serializable
data
class
GapAfter
(
val
batchAfter
:
String
)
:
TimelineEvent.Gap
Gap
Before
Link copied to clipboard
@
Serializable
data
class
GapBefore
(
val
batchBefore
:
String
)
:
TimelineEvent.Gap
Gap
Both
Link copied to clipboard
@
Serializable
data
class
GapBoth
(
val
batchBefore
:
String
,
val
batchAfter
:
String
)
:
TimelineEvent.Gap
Properties
batch
After
Link copied to clipboard
abstract
val
batchAfter
:
String
?
batch
Before
Link copied to clipboard
abstract
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
?