MyCarePath

interface MyCarePath

MyCarePath feature — access the external MyCarePath wellness journey system.

MyCarePath is an external website that partners with Advanta to guide members through a wellness journey path. After completing the onboarding questionnaire, members select their personalized journey. Each completed course in MyCarePath counts towards the member’s activity participation in Advanta programs.

This interface provides operations to retrieve the access URL for MyCarePath, which can be opened in a web view or external browser.

Platform & threading

  • The function is suspend and must be called from a coroutine.

  • Errors surface as Throwable and should be handled at call sites.

Typical flows

  • Accessing MyCarePath: call getMyCarePathAccessUrl to obtain the URL, then navigate the user to MyCarePath.

  • Redirect handling: optionally provide a redirect URL parameter if you want the user returned to a specific screen after completing MyCarePath actions.

Functions

Link copied to clipboard
abstract suspend fun getMyCarePathAccessUrl(section: MyCarePathSection? = null): String

Retrieves the personalized MyCarePath access URL.