Appverse.Platform.IPhone.IPhoneBeacon.StartMonitoringAllRegions C# (CSharp) Method

StartMonitoringAllRegions() public method

Starts the monitoring all regions.
public StartMonitoringAllRegions ( ) : void
return void
		public void StartMonitoringAllRegions ()
		{
			//StartMonitoringRegion (null);

			SystemLogger.Log (SystemLogger.Module.PLATFORM, "All Region not supported in iOS ");

		}