GetSSSuperProperties
This commit is contained in:
parent
382cfa9207
commit
9a662bf516
|
@ -782,6 +782,8 @@ public class AppSDKManager : D_MonoSingleton<AppSDKManager>
|
|||
{
|
||||
return "GetSSSuperProperties";
|
||||
}
|
||||
return ThinkingAnalyticsAPI.GetSuperProperties().ToString();
|
||||
|
||||
var superProperties = ThinkingAnalyticsAPI.GetSuperProperties();
|
||||
return superProperties == null ? "" : superProperties.ToString();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue