|
@@ -20,9 +20,9 @@ export class SdkUtil {
|
|
|
|
|
|
public static videoAd:any =null;
|
|
|
|
|
|
- public static tt_systemInfo: any = null; //抖音_系统信息
|
|
|
- public static tt_isSupportSidebar:boolean = false; //抖音_是否支持侧边栏
|
|
|
- public static tt_isToEnterFromSidebar:boolean = false; //抖音_是否从侧边栏进入
|
|
|
+ public static tt_systemInfo: any = null; //抖音_系统信息
|
|
|
+ private static tt_isSupportSidebar:boolean = false; //抖音_是否支持侧边栏
|
|
|
+ private static tt_isToEnterFromSidebar:boolean = false; //抖音_是否从侧边栏进入
|
|
|
|
|
|
private static tt_gameRecorder:any = null; //抖音游戏录制
|
|
|
private static tt_recordVideoPath:string = ''; //抖音录制视频路径
|