GetEventBusPlainArgs

data class GetEventBusPlainArgs(val name: String) : ConvertibleToJava<GetEventBusPlainArgs>

A collection of arguments for invoking getEventBus.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Name of the event bus.

Functions

Link copied to clipboard
open override fun toJava(): GetEventBusPlainArgs