MapKit Mobile SDK

Warning

This feature is available in the Full MapKit version.

Package world.mappable.mapkit.transport.masstransit

Class ClosedUntil

java.lang.Object
    ↳ world.mappable.mapkit.transport.masstransit.TransportThreadAlert.ClosedUntil

static class ClosedUntil implements Serializable

Thread is not operational until specified time.

Summary

Constructors

Signature and Description

ClosedUntil(@NonNull Time time)

ClosedUntil()
Use constructor with parameters in your code.

Methods

Type and modifiers

Method and Description

Time

getTime()
Time of the next trip.

void

serialize(world.mappable.runtime.bindings.Archive archive)

Constuctors

ClosedUntil

ClosedUntil(@NonNull Time time)


ClosedUntil

ClosedUntil()

Use constructor with parameters in your code. This one is for bindings only!


Methods

getTime

@NonNull
Time getTime()

Time of the next trip.


serialize

@Override
void serialize(world.mappable.runtime.bindings.Archive archive)