TryAcquireSdkType
Description
Get current sdk type. Provide multi-platform adaptation for one content.
Return
Type | Description |
---|---|
String | Current sdk type |
Method
public string TryAcquireSdkType()
Example
internal static API ARMODAPI = new API(nameof(APITest));
private void OnLoad(){
var tmp_SDKType = ARMODAPI.TryAcquirTryAcquireSdkTypeTemporaryCachePath();
Debug.Log($"Path:{tmp_SDKType}");
}