public static void OnShareCallback(string result) { if (DelegateProxy.OnShareCallbackProxy != null) { DelegateProxy.OnShareCallbackProxy(result); } }