public bool isFunctionSupported(string functionName)
 {
     return(AnySDKSocial.AnySDKSocial_nativeIsFunctionSupported(functionName));
 }