Automattic\WooCommerce\Vendor\Detection

MobileDetect::getOperatingSystemspublic staticWC 1.0

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() code WC 10.9.4

public static function getOperatingSystems(): array
{
    return static::$operatingSystems;
}