예제 #1
0
        internal bool IsDataCollectionDefaultEnabledInternal()
        {
            bool result = AppUtilPINVOKE.FirebaseApp_IsDataCollectionDefaultEnabledInternal(this.swigCPtr);

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