Package com.zego.zegoliveroom
Interface ZegoLiveRoom.SDKContextEx2
-
- All Superinterfaces:
ZegoLiveRoom.SDKContext
,ZegoLiveRoom.SDKContextEx
- Enclosing class:
- ZegoLiveRoom
public static interface ZegoLiveRoom.SDKContextEx2 extends ZegoLiveRoom.SDKContextEx
增加设置日志存储目录 uri 的 API。
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description android.net.Uri
getLogPathUri()
指明 SDK 日志文件存储目录 uri。-
Methods inherited from interface com.zego.zegoliveroom.ZegoLiveRoom.SDKContext
getAppContext, getLogPath, getSoFullPath
-
Methods inherited from interface com.zego.zegoliveroom.ZegoLiveRoom.SDKContextEx
getLogFileSize, getLogHookCallback, getSubLogFolder
-
-
-
-
Method Detail
-
getLogPathUri
android.net.Uri getLogPathUri()
指明 SDK 日志文件存储目录 uri。仅支持 Android 5.0 及以上版本,需要确保 SDK 具备存取该目录的权限。
- Returns:
- SDK 日志文件存储目录 uri,当返回 null 时,SDK 日志写在
ZegoLiveRoom.SDKContext.getLogPath()
返回的路径下
-
-