Package 

Interface TrinityAudio

    • Method Detail

      • render

         abstract Unit render(ViewGroup rootView, TrinityPlayerView playerView, String unitId, Point fabViewTopLeftCoordinates, String contentURL, Map<String, String> settings)

        Renders a Trinity player within the specified rootView and playerView.

        Parameters:
        rootView - The ViewGroup that will displaying the FAB.
        playerView - The TrinityPlayerView.
        unitId - The unique identifier.
        fabViewTopLeftCoordinates - (Optional) The coordinates of the top-left corner of a floating action button (FAB) view, if applicable.
        contentURL - The URL of the content.
        settings - (Optional) Additional settings, provided as a key-value map.