Constructor
new MemberMobileCardProfile()
Methods
handlePwaReady()
Handle PWA ready event
(async) loadCard()
Load member profile data with retry logic
onConnect()
Called after base class connect
onConnectionStateChanged(isOnline)
Handle global online/offline state changes from MobileControllerBase.
Parameters:
| Name | Type | Description |
|---|---|---|
isOnline | boolean | Current connection state. |
onDisconnect()
Called after base class disconnect
pwaReadyValueChanged()
Handle PWA ready state changes
renderMemberData()
Render member data to the card
renderPluginSections()
Render plugin-provided sections
retryLoad()
Retry loading card data
showOfflineMessage()
Show offline message with retry option
startCard()
Create a new mobile card section
updatePhotoActionsForConnection(isOnline)
Hide photo capture/upload affordances while offline.
Parameters:
| Name | Type | Description |
|---|---|---|
isOnline | boolean | Current connectivity state. |