Skip to main content

TryAcquireSdkType

Description

Get current sdk type. Provide multi-platform adaptation for one content.

Return

TypeDescription
StringCurrent 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}");
}