Skip to content

CLASS

OSReceiver

public class OSReceiver: NSObject

OSReceiver is just a container class to access OSReactiveReceiver and OSCallbackReceiver.

  • Since: 0.1

Properties

rx

public private(set) var rx: OSReactiveReceiver

The OSReactiveReceiver containing RxSwift Observables. Only available for Swift.

cb

public private(set) var cb: OSCallbackReceiver

The OSCallbackReceiver containing callbacks. Both available for Swift and Objective-C.