CometChatUIKit
is a class that contains all necessary methods to help initialise the CometChat SDK with valid credentials for the UI Kit to utilise.
init()
method on app startup
UIKitSettings
Class. It is intended for use primarily during proof-of-concept (POC) development or in the early stages of application development. You can use the Auth Token method to log in securely.loginWithAuthToken()
method.User
object and the Auth Key
as input parameters and returns the created User
object if the request is successful.
User
object and the Auth Key
as inputs and returns the updated User
object on the successful execution of the request.
TextMessage
object to it.
MediaMessage
object to it.
INPUT FILE OBJECT
with the actual file.