notifyEnable abstract method

void notifyEnable(
  1. List<Set<String>> skuIds,
  2. String currSkuValue
)

通知启用状态 skuIds 启用sku id currSkuValue 当前选择sku

Implementation

void notifyEnable(List<Set<String>> skuIds, String currSkuValue);