MyCarePathInfo

data class MyCarePathInfo(val displayName: String, val tagline: String, val marketingUrl: String)

Static catalog metadata for the MyCarePath partner. Surfaces the human-friendly name + marketing copy + landing URL so consumers don't hard-code those values when rendering an entry tile.

MyCarePath is a website-only partner — there is no standalone native app. The live per-member access URL is still fetched via com.advantahealth.api.mycarepath.MyCarePath.getMyCarePathAccessUrl; this object only carries the static identity bits.

Mirrors the pattern established by com.advantahealth.api.virtualfitness.model.VirtualFitnessPartner.

Constructors

Link copied to clipboard
constructor(displayName: String, tagline: String, marketingUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Public marketing site. Use this for "learn more" CTAs; for the authenticated member journey, call getMyCarePathAccessUrl().

Link copied to clipboard