|
@@ -411,6 +411,8 @@ public enum objectType: String {
|
|
|
case ot_composeSuccess = "composeSuccess" // 视说App-合成成功
|
|
|
case ot_saveToAblum = "saveToAblum" // 视说App-点击保存至相册
|
|
|
case ot_captionsButton = "captionsButton" // 视说App-点击字幕
|
|
|
+ case ot_shootVideoButton = "shootVideo"
|
|
|
+ case ot_addVideoButton = "addVideo"
|
|
|
|
|
|
public func realRawValue(prefix: String? = nil) -> String {
|
|
|
if prefix != nil, (prefix?.count ?? 0) > 0 {
|