LMFeedGlobalClientProviderContext
Introduction
The LMFeedGlobalClientProviderContext
is placed at the root level of the LM-Feed SDK. It hosts the lmFeedClient
, customEventClient
and lmFeedAnalyticsClient
. You can use this context to access the lmFeedClient
one of the core component of SDK, responsible to make API calls, to create any custom implementation on your custom UI.
Property | Type | Description | Optional |
---|---|---|---|
lmFeedClient | LMClient | null | The LMFeed client instance. | No |
customEventClient | LMFeedCustomEvents | Client for handling custom events. | Yes |
lmfeedAnalyticsClient | LMFeedAnalytics | Client for LMFeed analytics. | Yes |
Example
For example implementation, checkout here