Example #1
0
        public string getMatchJson(string userAgent)
        {
            string ret = FiftyOneDegreesPatternV3PINVOKE.Provider_getMatchJson__SWIG_0(swigCPtr, userAgent);

            if (FiftyOneDegreesPatternV3PINVOKE.SWIGPendingException.Pending)
            {
                throw FiftyOneDegreesPatternV3PINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }