MyCarePathSection

A deep-link target within the external MyCarePath wellness-journey website.

Pass a value to com.advantahealth.api.mycarepath.MyCarePath.getMyCarePathAccessUrl to request an authenticated access URL that lands the member directly on the corresponding MyCarePath section instead of the default home/journey page. When no section is supplied the backend returns the member's default landing URL.

Each id is the section identifier the backend expects on the wire; it is sent verbatim as the section query parameter.

Entries

Link copied to clipboard

The course catalog — the list of MyCarePath courses a member can enroll in and complete.

Link copied to clipboard

The content library — supplementary articles and educational resources within MyCarePath.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val id: String

The wire identifier for this section, forwarded to the backend when requesting the access URL.

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.