Automattic\WooCommerce\Vendor\Detection
MobileDetect::getOperatingSystems
Retrieve the list of mobile operating systems.
Method of the class: MobileDetect{}
No Hooks.
Returns
Array. The list of mobile operating systems.
Usage
$result = MobileDetect::getOperatingSystems(): array;
MobileDetect::getOperatingSystems() MobileDetect::getOperatingSystems code WC 10.9.4
public static function getOperatingSystems(): array
{
return static::$operatingSystems;
}