Notification

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
  • Mapped to:
    • NSNotification  Toffee, ToffeeV2

Properties


data Toffee, ToffeeV2

 

var data: ImmutableDictionary<not nullable String, not nullable Object>? { get{} }

data  virtual .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island

 

property data: nullable ImmutableDictionary<not nullable String, not nullable Object> read write;

 

ImmutableDictionary<not nullable String, not nullable Object>? data { get; set; }

 

var data: ImmutableDictionary<not nullable String, not nullable Object>? { get{} set{} }

 

ImmutableDictionary<String, Object> data { __get; __set; }

 

Property data() As ImmutableDictionary<not nullable String, not nullable Object>?

object Toffee, ToffeeV2

 

var object: Object? { get{} }

object  virtual .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island

 

property object: nullable Object read write;

 

Object? object { get; set; }

 

var object: Object? { get{} set{} }

 

Object object { __get; __set; }

 

Property object() As Object?

Instance Methods


constructor

 

constructor withObject(object: nullable Object) data(data: nullable ImmutableDictionary<not nullable String, not nullable Object>)

 

Notification withObject(Object? object) data(ImmutableDictionary<not nullable String, not nullable Object>? data)

 

init(withObject object: Object?, data: ImmutableDictionary<not nullable String, not nullable Object>?)

 

Notification withObject(Object object) data(ImmutableDictionary<String, Object> data)

 

Sub New withObject(object As Object?) data(data As ImmutableDictionary<not nullable String, not nullable Object>?)

Parameters:

  • object:
  • data: