.. index:: 
  !Lotl.getManifestUrl Method
  
.. _id3_bioseal_lotl_get_manifest_url_class_method:

===============================================================================
Lotl.getManifestUrl Method
===============================================================================

Module: :ref:`Lotl<id3_bioseal_lotl_class>`

Definition
----------

Returns the URL to the manifest.


.. code:: Dart

    String getManifestUrl(Uint8List? tslData)

**Parameters**

.. line-block::

    ``tslData`` Uint8List
    :guilabel:`in` The TSL data.


**Returns**

.. line-block::

    ``String``
    The manifest url.

**Exceptions**

.. line-block::

    :ref:`BiosealException<id3_bioseal_bioseal_exception>`
    An error has occurred during Bioseal Library execution.



