Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

01. Initialize the SDK

Himanshu Singh edited this page Oct 31, 2020 · 1 revision

To initialize the Chat SDK, you have two different ways depending upon the features you want.

Case :01

If you want to have an integrated Gif support, initialize Gappein in you application class like,

    Gappein.initialize(context,"GiphyKey")

Case :02

If you dont want to have Gif support, initialize Gappein in you application class like,

    Gappein.initialize(context)