01. Initialize the SDK - gappein/gappein-chat-sdk GitHub Wiki

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)