LLNumberPredictionFollowUpWidget

🚧

Pre-requisite

Make sure you initialise React Native SDK.

LLNumberPredictionFollowUpWidget is a prediction based non interact-able widget UI component. This widget UI supports one kind of widget namely:

  1. WidgetKind.IMAGE_NUMBER_PREDICTION
import { LLNumberPredictionFollowUpWidget } from '@livelike/react-native';
import { WidgetKind } from '@livelike/javascript';

export function MyWidgetContainer() {
  return (
    <LLNumberPredictionFollowUpWidget
      programId="xxxxx"
      widgetId="yyyyy"
      widgetKind={WidgetKind.IMAGE_PREDICTION}
    />
  );
}

Hooks used by LLNumberPredictionFollowUpWidget

LLNumberPredictionFollowUpWidget Props

📘

Customisation

Refer customisation core concepts to understand different level of component customisation.

programId

TypeDefault
String (Required)No Default

This is the Id of the program in which a given widget is published

widgetId

TypeDefault
String (Required)No Default

widgetKind

TypeDefault
WidgetKind (Required)No Default