Переглянути джерело

1.订阅变化时请求话题列表

wenweiwei 3 роки тому
батько
коміт
8e761a671c
1 змінених файлів з 2 додано та 0 видалено
  1. 2 0
      BFCommonKit/Classes/BFUtility/PQConstant.swift

+ 2 - 0
BFCommonKit/Classes/BFUtility/PQConstant.swift

@@ -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)"