Browse Source

完成分享回调 用于显示跳转到个人中心界面 key

jsonwang 3 năm trước cách đây
mục cha
commit
49010a3b92
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      BFFramework/Classes/Utils/PQConstant.swift

+ 3 - 0
BFFramework/Classes/Utils/PQConstant.swift

@@ -250,6 +250,9 @@ public let cDismissVideoMakeGuideKey: String = "dismissVideoMakeGuide\(cPrimaryk
 // 点击完成或发布完成跳转
 public let cFinishedPublishedNotiKey: String = "finishedPublishedNotiKey\(cPrimarykey)"
 
+//完成分享回调 用于显示跳转到个人中心界面
+public let cFinishSharedNotiKey: String = "finishSharedNotiKey\(cPrimarykey)"
+
 // oss 上传文件进度 add by ak
 public let cOSSUploadFileProgress: String = "OSSUploadFileProgress\(cPrimarykey)"