Skip to content

com.oscleton.sdk / Receiver

Receiver

class ~~Receiver~~ Deprecated: Use corresponding rx() or cb() extension functions from the 'core-rxjava2' or 'core-callbacks' artifacts instead

Receiver is just a container class to access ReactiveReceiver and CallbackReceiver.

Since 0.1

See Also

ReactiveReceiver

CallbackReceiver

Properties

Name Summary
cb val ~~cb~~:CallbackReceiver
In Kotlin, you can directly call cb to access CallbackReceiver. In Java, you have to call getCallbackReceiver() to access CallbackReceiver.
rx val ~~rx~~:ReactiveReceiver
In Kotlin, you can directly call rx to access ReactiveReceiver. In Java, you have to call getReactiveReceiver() to access ReactiveReceiver.

Extension Properties

Name Summary
boolean valAny.boolean:Boolean
Extension property to cast an Any to Boolean.
float valAny.float:Float
Extension property to cast an Any to Float.
int valAny.int:Int
Extension property to cast an Any to Int.
string valAny.string:String
Extension property to cast an Any to String.