소스 검색

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