public bool isFunctionSupported(string functionName)
 {
     return(AnySDKAnalytics.AnySDKAnalytics_nativeIsFunctionSupported(functionName));
 }