Skip to main content

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.

PropertyTypeDescriptionOptional
lmFeedClientLMClient | nullThe LMFeed client instance.No
customEventClientLMFeedCustomEventsClient for handling custom events.Yes
lmfeedAnalyticsClientLMFeedAnalyticsClient for LMFeed analytics.Yes

Example

For example implementation, checkout here