setLayerLoadedListener abstract method
Sets layer loaded listener.
The class does not retain the object in the 'layerLoadedListener' parameter. It is your responsibility to maintain a strong reference to the target object while it is attached to a class.
Implementation
void setLayerLoadedListener(
mapkit_layers_layer_loaded_listener.LayerLoadedListener?
layerLoadedListener);