name property

String name
final

A name, which specifies the type of this message.

On Android, the name is retrieved from Intent.getAction and subscribed to using IntentFilter.addAction.

On iOS, the name is retrieved from NSNotification.name and subscribed to using NotificationCenter.addObserver.

Implementation

final String name;