Package 

Class MapModel

  • All Implemented Interfaces:
    com.onesignal.common.events.IEventNotifier , kotlin.collections.Map , kotlin.collections.MutableMap

    
    public class MapModel<V extends Object>
    extends Model implements Map<String, V>
                        

    A Map Model is a MutableMap that has a key of type string and a generically-specified value. It is a Model which hooks the MutableMap into the model framework and allows for change notification propagation for any adds, removes, or updates to the MutableMap.