Push\Request\V20160801\PushRequest::setiOSNotificationCategory PHP Метод

setiOSNotificationCategory() публичный Метод

public setiOSNotificationCategory ( $iOSNotificationCategory )
    public function setiOSNotificationCategory($iOSNotificationCategory)
    {
        $this->iOSNotificationCategory = $iOSNotificationCategory;
        $this->queryParameters["iOSNotificationCategory"] = $iOSNotificationCategory;
    }