Automattic\WooCommerce\Vendor\Detection

MobileDetect::getOperatingSystems()public 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 9.8.5

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