示例#1
0
        // =======================================

        /// <summary>
        /// 判断ShareRec是否支持当前的设备(Determines whether ShareRec is available for the current device.)
        /// </summary>
        public static bool IsAvailable()
        {
            return(ShareRECImpl.IsAvailable());
        }