Skip to content
Snippets Groups Projects
Commit 14c07bc7 authored by Kamal Bramwell's avatar Kamal Bramwell
Browse files

Created & implemented DummyTraffic interface

parent a06c5333
Branches
No related tags found
No related merge requests found
package io.elixxir.xxclient.dummytraffic
import bindings.DummyTraffic as DummyTrafficBindings
interface DummyTraffic {
var enabled: Boolean
}
open class DummyTrafficAdapter(protected val dt: DummyTrafficBindings) : DummyTraffic {
override var enabled: Boolean by dt::status
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment