public bool Remove(Variant key)
        {
            bool result = AppUtilPINVOKE.VariantVariantMap_Remove(this.swigCPtr, Variant.getCPtr(key));

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }
        public FutureStatus status()
        {
            FutureStatus result = (FutureStatus)AppUtilPINVOKE.FutureBase_status(this.swigCPtr);

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }
        public string error_message()
        {
            string result = AppUtilPINVOKE.FutureBase_error_message(this.swigCPtr);

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }
示例#4
0
        public bool Remove(string value)
        {
            bool result = AppUtilPINVOKE.StringList_Remove(this.swigCPtr, value);

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }
示例#5
0
        internal bool IsDataCollectionDefaultEnabledInternal()
        {
            bool result = AppUtilPINVOKE.FirebaseApp_IsDataCollectionDefaultEnabledInternal(this.swigCPtr);

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }
        public IntPtr untyped_mutable_blob_data()
        {
            IntPtr result = AppUtilPINVOKE.Variant_untyped_mutable_blob_data(this.swigCPtr);

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }
示例#7
0
        private string getitem(int index)
        {
            string result = AppUtilPINVOKE.StringList_getitem(this.swigCPtr, index);

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }
        private IntPtr create_iterator_begin()
        {
            IntPtr result = AppUtilPINVOKE.StringStringMap_create_iterator_begin(this.swigCPtr);

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }
        private string get_next_key(IntPtr swigiterator)
        {
            string result = AppUtilPINVOKE.StringStringMap_get_next_key(this.swigCPtr, swigiterator);

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }
        private string getitem(string key)
        {
            string result = AppUtilPINVOKE.StringStringMap_getitem(this.swigCPtr, key);

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }
        public bool Remove(string key)
        {
            bool result = AppUtilPINVOKE.StringStringMap_Remove(this.swigCPtr, key);

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }
        public bool empty()
        {
            bool result = AppUtilPINVOKE.StringStringMap_empty(this.swigCPtr);

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }
        private uint size()
        {
            uint result = AppUtilPINVOKE.StringStringMap_size(this.swigCPtr);

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }
        private Variant get_next_key(IntPtr swigiterator)
        {
            Variant result = new Variant(AppUtilPINVOKE.VariantVariantMap_get_next_key(this.swigCPtr, swigiterator), false);

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }
        public string string_value()
        {
            string result = AppUtilPINVOKE.Variant_string_value(this.swigCPtr);

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }
        public static Variant EmptyMutableBlob(uint sizeBytes)
        {
            Variant result = new Variant(AppUtilPINVOKE.Variant_EmptyMutableBlob(sizeBytes), true);

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }
        public static Variant FromString(string value)
        {
            Variant result = new Variant(AppUtilPINVOKE.Variant_FromString(value), true);

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }
        public bool is_fundamental_type()
        {
            bool result = AppUtilPINVOKE.Variant_is_fundamental_type(this.swigCPtr);

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }
示例#19
0
        private uint capacity()
        {
            uint result = AppUtilPINVOKE.StringList_capacity(this.swigCPtr);

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }
        public Variant AsString()
        {
            Variant result = new Variant(AppUtilPINVOKE.Variant_AsString(this.swigCPtr), true);

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }
示例#21
0
        public int LastIndexOf(string value)
        {
            int result = AppUtilPINVOKE.StringList_LastIndexOf(this.swigCPtr, value);

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }
        public uint blob_size()
        {
            uint result = AppUtilPINVOKE.Variant_blob_size(this.swigCPtr);

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }
示例#23
0
        internal AppOptionsInternal options()
        {
            AppOptionsInternal result = new AppOptionsInternal(AppUtilPINVOKE.FirebaseApp_options(this.swigCPtr), false);

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }
        public VariantList vector()
        {
            VariantList result = new VariantList(AppUtilPINVOKE.Variant_vector__SWIG_0(this.swigCPtr), false);

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }
示例#25
0
        internal static LogLevel GetLogLevelInternal()
        {
            LogLevel result = (LogLevel)AppUtilPINVOKE.FirebaseApp_GetLogLevelInternal();

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }
        public VariantVariantMap map()
        {
            VariantVariantMap result = new VariantVariantMap(AppUtilPINVOKE.Variant_map__SWIG_0(this.swigCPtr), false);

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }
        public int error()
        {
            int result = AppUtilPINVOKE.FutureBase_error(this.swigCPtr);

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }
        public double double_value()
        {
            double result = AppUtilPINVOKE.Variant_double_value(this.swigCPtr);

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }
示例#29
0
        public static Variant Null()
        {
            Variant result = new Variant(AppUtilPINVOKE.Variant_Null(), true);

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }
        private Variant getitem(Variant key)
        {
            Variant result = new Variant(AppUtilPINVOKE.VariantVariantMap_getitem(this.swigCPtr, Variant.getCPtr(key)), false);

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