Package-level declarations
Types
The EquinoxLocalUser
class is useful to represent a user in the client application
The FallbackUiDefaults
allows to customize the fallback pages (ServerOfflineUi and NoInternetConnectionUi) style
The Retriever
handles that repetitive retrieving routines and execute them in background by the retrieverScope
The SessionSetup class is useful to create a setup for the current session
List of the possible statuses of the session
Properties
hasBeenDisconnectedAction
when the account has been deleted and the session needs to be detached from the device
isServerOffline
state to manage the server offline scenario
noInternetConnection
state to manage the no internet connection scenario
POLLING_URL
the url to use for the polling operations
sessionSetup
the setup for the session
sessionStatus
the current session status
Functions
Method used to create a monitor connectivity instance specific for each platform. It is useful to monitor the connection status and adapt the content by the com.tecknobit.equinoxcompose.helpers.session.ManagedContent component
Method used to create a monitor connectivity instance specific for each platform. It is useful to monitor the connection status and adapt the content by the com.tecknobit.equinoxcompose.helpers.session.ManagedContent component
Method used to create a monitor connectivity instance specific for each platform. It is useful to monitor the connection status and adapt the content by the com.tecknobit.equinoxcompose.helpers.session.ManagedContent component
Method used to create a monitor connectivity instance specific for each platform. It is useful to monitor the connection status and adapt the content by the com.tecknobit.equinoxcompose.helpers.session.ManagedContent component
Method used to create a monitor connectivity instance specific for each platform. It is useful to monitor the connection status and adapt the content by the com.tecknobit.equinoxcompose.helpers.session.ManagedContent component
Method used to create a customization style for a fallback page
Method used to get the current status of the session as SessionStatus
Method used to disconnect the current user from the session
Method used to instantiate the session instances to manage the different scenarios
Method used to display the correct content based on the current scenario such server offline or device disconnected or no internet connection available
Method used to display the content when the internet connection missing
Method used to display the content when the server is offline
Method used to set the value of the hasBeenDisconnectedAction state, when the value is true will be invoked the hasBeenDisconnectedAction method, when false will be displayed the normal content
Method used to set the value of the isServerOffline state, when the value is true will be invoked the ServerOfflineUi method, when false will be displayed the normal content
Method used to set up the sessionSetup instance