|
@@ -252,6 +252,8 @@ public let cExportBGMAudioSuccessKey: String = "exportBGMxAudioSuccess\(cPrimary
|
|
|
public let cDownloadMatrialSuccessKey: String = "downloadMatrialSuccess\(cPrimarykey)"
|
|
|
/// 素材处理成功key
|
|
|
public let cVideoDealWithSuccessKey: String = "videoDealWithSuccess\(cPrimarykey)"
|
|
|
+/// 话题订阅状态改变时通知
|
|
|
+public let cTopicSubscribeStatusChangedKey: String = "topicSubscribeStatusChanged\(cPrimarykey)"
|
|
|
|
|
|
/// 批量下载资源成功/失败的key
|
|
|
public let cBatchDownloadMatrialSuccessKey: String = "batchDownloadMatrialSuccess\(cPrimarykey)"
|