コード例 #1
0
        public static GooglePlayServicesAvailability CheckAndroidDependencies()
        {
            GooglePlayServicesAvailability result = (GooglePlayServicesAvailability)AppUtilPINVOKE.CheckAndroidDependencies();

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }