Skip to content

CocoaRetainHandlingOption

leeway edited this page Nov 19, 2021 · 1 revision

CocoaRetainHandlingOption

@objc public enum CocoaRetainHandlingOption: UInt8 

Inheritance

UInt8

Enumeration Cases

sendOnSubscribe

case sendOnSubscribe = 0

sendOnlyWhenSubscribeIsNew

case sendOnlyWhenSubscribeIsNew = 1

none

case none = 2
Types
Protocols
Global Variables
Clone this wiki locally