BroadcastManager
Overview
Location
-
Reference:
- Elements.dll .NET, .NET Core 6.0, .NET Standard 2.0
- elements.jar Cooper
- Elements.fx Island, ToffeeV2
- libElements.fx Toffee
- Namespace: RemObjects.Elements.RTL
- Platforms: .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island, Toffee, ToffeeV2
constructor protected Cooper, Island
constructor
BroadcastManager()
init()
BroadcastManager()
Sub New()
initialize Toffee, ToffeeV2
static func initialize()
submitBroadcast
class method submitBroadcast(broadcast: not nullable String) object(object: nullable Object := nil) data(data: nullable ImmutableDictionary<not nullable String, not nullable Object> := nil) syncToMainThread(syncToMainThread: not nullable Boolean := false)
static void submitBroadcast(String! broadcast) object(Object? object = null) data(ImmutableDictionary<not nullable String, not nullable Object>? data = null) syncToMainThread(Boolean! syncToMainThread = false)
static func submitBroadcast(_ broadcast: String, object: Object? = nil, data: ImmutableDictionary<not nullable String, not nullable Object>? = nil, syncToMainThread: Boolean = false)
static void submitBroadcast(String broadcast) object(Object object) data(ImmutableDictionary<String, Object> data) syncToMainThread(Boolean syncToMainThread)
Shared Sub submitBroadcast(broadcast As String) object(object As Object? = Null) data(data As ImmutableDictionary<not nullable String, not nullable Object>? = Null) syncToMainThread(syncToMainThread As Boolean = false)
Parameters:
- broadcast:
- object:
- data:
- syncToMainThread:
subscribe (not nullable Object) toBroadcast(not nullable String) block(not nullable Action<Notification>)
class method subscribe(receiver: not nullable Object) toBroadcast(broadcast: not nullable String) block(block: not nullable Action<Notification>)
static void subscribe(Object! receiver) toBroadcast(String! broadcast) block(Action<Notification>! block)
static func subscribe(_ receiver: Object, toBroadcast broadcast: String, block: (Notification) -> ())
static void subscribe(Object receiver) toBroadcast(String broadcast) block(Action1<Notification> block)
Shared Sub subscribe(receiver As Object) toBroadcast(broadcast As String) block(block As Action (Of Notification))
Parameters:
- receiver:
- broadcast:
- block:
subscribe (not nullable Object) toBroadcast(not nullable String) block(not nullable Action<Notification>) object(nullable Object)
class method subscribe(receiver: not nullable Object) toBroadcast(broadcast: not nullable String) block(block: not nullable Action<Notification>) object(object: nullable Object)
static void subscribe(Object! receiver) toBroadcast(String! broadcast) block(Action<Notification>! block) object(Object? object)
static func subscribe(_ receiver: Object, toBroadcast broadcast: String, block: (Notification) -> (), object: Object?)
static void subscribe(Object receiver) toBroadcast(String broadcast) block(Action1<Notification> block) object(Object object)
Shared Sub subscribe(receiver As Object) toBroadcast(broadcast As String) block(block As Action (Of Notification)) object(object As Object?)
Parameters:
- receiver:
- broadcast:
- block:
- object:
subscribe (not nullable Object) toBroadcast(not nullable String) selector(SEL) object(nullable Object) Toffee, ToffeeV2
static func subscribe(_ receiver: Object, toBroadcast broadcast: String, selector: SEL, object: Object? = nil)
Parameters:
- receiver:
- broadcast:
- selector:
- object:
subscribe (not nullable Object) toBroadcasts(not nullable List<not nullable String>) block(not nullable Action<not nullable Notification>)
class method subscribe(receiver: not nullable Object) toBroadcasts(broadcasts: not nullable List<not nullable String>) block(block: not nullable Action<not nullable Notification>)
static void subscribe(Object! receiver) toBroadcasts(List<not nullable String>! broadcasts) block(Action<not nullable Notification>! block)
static func subscribe(_ receiver: Object, toBroadcasts broadcasts: List<not nullable String>, block: (Notification) -> ())
static void subscribe(Object receiver) toBroadcasts(List<String> broadcasts) block(Action1<Notification> block)
Shared Sub subscribe(receiver As Object) toBroadcasts(broadcasts As List<not nullable String>) block(block As Action (Of Notification))
Parameters:
- receiver:
- broadcasts:
- block:
subscribe (not nullable Object) toBroadcasts(not nullable List<not nullable String>) block(not nullable Action<not nullable Notification>) object(nullable Object)
class method subscribe(receiver: not nullable Object) toBroadcasts(broadcasts: not nullable List<not nullable String>) block(block: not nullable Action<not nullable Notification>) object(object: nullable Object)
static void subscribe(Object! receiver) toBroadcasts(List<not nullable String>! broadcasts) block(Action<not nullable Notification>! block) object(Object? object)
static func subscribe(_ receiver: Object, toBroadcasts broadcasts: List<not nullable String>, block: (Notification) -> (), object: Object?)
static void subscribe(Object receiver) toBroadcasts(List<String> broadcasts) block(Action1<Notification> block) object(Object object)
Shared Sub subscribe(receiver As Object) toBroadcasts(broadcasts As List<not nullable String>) block(block As Action (Of Notification)) object(object As Object?)
Parameters:
- receiver:
- broadcasts:
- block:
- object:
class method unsubscribe(receiver: not nullable Object) fromBroadcast(broadcast: not nullable String) object(object: nullable Object := nil)
static void unsubscribe(Object! receiver) fromBroadcast(String! broadcast) object(Object? object = null)
static func unsubscribe(_ receiver: Object, fromBroadcast broadcast: String, object: Object? = nil)
static void unsubscribe(Object receiver) fromBroadcast(String broadcast) object(Object object)
Shared Sub unsubscribe(receiver As Object) fromBroadcast(broadcast As String) object(object As Object? = Null)
Parameters:
- receiver:
- broadcast:
- object:
unsubscribe (not nullable Object)
class method unsubscribe(receiver: not nullable Object)
static void unsubscribe(Object! receiver)
static func unsubscribe(_ receiver: Object)
static void unsubscribe(Object receiver)
Shared Sub unsubscribe(receiver As Object)
Parameters:
- receiver:
initialize Toffee, ToffeeV2
static func initialize()
submitBroadcast
class method submitBroadcast(broadcast: not nullable String) object(object: nullable Object := nil) data(data: nullable ImmutableDictionary<not nullable String, not nullable Object> := nil) syncToMainThread(syncToMainThread: not nullable Boolean := false)
static void submitBroadcast(String! broadcast) object(Object? object = null) data(ImmutableDictionary<not nullable String, not nullable Object>? data = null) syncToMainThread(Boolean! syncToMainThread = false)
static func submitBroadcast(_ broadcast: String, object: Object? = nil, data: ImmutableDictionary<not nullable String, not nullable Object>? = nil, syncToMainThread: Boolean = false)
static void submitBroadcast(String broadcast) object(Object object) data(ImmutableDictionary<String, Object> data) syncToMainThread(Boolean syncToMainThread)
Shared Sub submitBroadcast(broadcast As String) object(object As Object? = Null) data(data As ImmutableDictionary<not nullable String, not nullable Object>? = Null) syncToMainThread(syncToMainThread As Boolean = false)
Parameters:
- broadcast:
- object:
- data:
- syncToMainThread:
subscribe (not nullable Object) toBroadcast(not nullable String) block(not nullable Action<Notification>)
class method subscribe(receiver: not nullable Object) toBroadcast(broadcast: not nullable String) block(block: not nullable Action<Notification>)
static void subscribe(Object! receiver) toBroadcast(String! broadcast) block(Action<Notification>! block)
static func subscribe(_ receiver: Object, toBroadcast broadcast: String, block: (Notification) -> ())
static void subscribe(Object receiver) toBroadcast(String broadcast) block(Action1<Notification> block)
Shared Sub subscribe(receiver As Object) toBroadcast(broadcast As String) block(block As Action (Of Notification))
Parameters:
- receiver:
- broadcast:
- block:
subscribe (not nullable Object) toBroadcast(not nullable String) block(not nullable Action<Notification>) object(nullable Object)
class method subscribe(receiver: not nullable Object) toBroadcast(broadcast: not nullable String) block(block: not nullable Action<Notification>) object(object: nullable Object)
static void subscribe(Object! receiver) toBroadcast(String! broadcast) block(Action<Notification>! block) object(Object? object)
static func subscribe(_ receiver: Object, toBroadcast broadcast: String, block: (Notification) -> (), object: Object?)
static void subscribe(Object receiver) toBroadcast(String broadcast) block(Action1<Notification> block) object(Object object)
Shared Sub subscribe(receiver As Object) toBroadcast(broadcast As String) block(block As Action (Of Notification)) object(object As Object?)
Parameters:
- receiver:
- broadcast:
- block:
- object:
subscribe (not nullable Object) toBroadcast(not nullable String) selector(SEL) object(nullable Object) Toffee, ToffeeV2
static func subscribe(_ receiver: Object, toBroadcast broadcast: String, selector: SEL, object: Object? = nil)
Parameters:
- receiver:
- broadcast:
- selector:
- object:
subscribe (not nullable Object) toBroadcasts(not nullable List<not nullable String>) block(not nullable Action<not nullable Notification>)
class method subscribe(receiver: not nullable Object) toBroadcasts(broadcasts: not nullable List<not nullable String>) block(block: not nullable Action<not nullable Notification>)
static void subscribe(Object! receiver) toBroadcasts(List<not nullable String>! broadcasts) block(Action<not nullable Notification>! block)
static func subscribe(_ receiver: Object, toBroadcasts broadcasts: List<not nullable String>, block: (Notification) -> ())
static void subscribe(Object receiver) toBroadcasts(List<String> broadcasts) block(Action1<Notification> block)
Shared Sub subscribe(receiver As Object) toBroadcasts(broadcasts As List<not nullable String>) block(block As Action (Of Notification))
Parameters:
- receiver:
- broadcasts:
- block:
subscribe (not nullable Object) toBroadcasts(not nullable List<not nullable String>) block(not nullable Action<not nullable Notification>) object(nullable Object)
class method subscribe(receiver: not nullable Object) toBroadcasts(broadcasts: not nullable List<not nullable String>) block(block: not nullable Action<not nullable Notification>) object(object: nullable Object)
static void subscribe(Object! receiver) toBroadcasts(List<not nullable String>! broadcasts) block(Action<not nullable Notification>! block) object(Object? object)
static func subscribe(_ receiver: Object, toBroadcasts broadcasts: List<not nullable String>, block: (Notification) -> (), object: Object?)
static void subscribe(Object receiver) toBroadcasts(List<String> broadcasts) block(Action1<Notification> block) object(Object object)
Shared Sub subscribe(receiver As Object) toBroadcasts(broadcasts As List<not nullable String>) block(block As Action (Of Notification)) object(object As Object?)
Parameters:
- receiver:
- broadcasts:
- block:
- object:
class method unsubscribe(receiver: not nullable Object) fromBroadcast(broadcast: not nullable String) object(object: nullable Object := nil)
static void unsubscribe(Object! receiver) fromBroadcast(String! broadcast) object(Object? object = null)
static func unsubscribe(_ receiver: Object, fromBroadcast broadcast: String, object: Object? = nil)
static void unsubscribe(Object receiver) fromBroadcast(String broadcast) object(Object object)
Shared Sub unsubscribe(receiver As Object) fromBroadcast(broadcast As String) object(object As Object? = Null)
Parameters:
- receiver:
- broadcast:
- object:
unsubscribe (not nullable Object)
class method unsubscribe(receiver: not nullable Object)
static void unsubscribe(Object! receiver)
static func unsubscribe(_ receiver: Object)
static void unsubscribe(Object receiver)
Shared Sub unsubscribe(receiver As Object)
Parameters:
- receiver:
constructor protected Cooper, Island
constructor
BroadcastManager()
init()
BroadcastManager()
Sub New()