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 9.8.5
public static function getOperatingSystems(): array { return static::$operatingSystems; }