ActiveFitUrls

class ActiveFitUrls(var urls: List<NamedUrl> = emptyList())

Represents a collection of URLs used within the ActiveFit application.

This data class holds a list of NamedUrl objects, each associating a key (name) with a specific URL. This structure allows for easy management and retrieval of various URLs used throughout the app, such as links to terms of service, privacy policies, or other external resources.

Constructors

Link copied to clipboard
constructor(urls: List<NamedUrl> = emptyList())

Properties

Link copied to clipboard

A list of NamedUrl objects, where each object contains a key and its corresponding URL.

Functions

Link copied to clipboard
open override fun toString(): String