My Care Path
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
suspendand must be called from a coroutine.Errors surface as
Throwableand 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
redirectURL parameter if you want the user returned to a specific screen after completing MyCarePath actions.