getItemName method

String? getItemName()

Inquiry method that retrieves the name of the item to which this update pertains.

The name will be null if the related Subscription was initialized using an "Item Group".

Returns The name of the item to which this update pertains.

Implementation

external String? getItemName();