Jump to Content
Webex Connect API docsPlatform DocumentationPlatform ChangelogAPI ReferencePush & In-App SDKsSDK Release Notes
HomePush & In-App SDKsAPI Reference
Platform DocumentationPlatform ChangelogAPI ReferencePush & In-App SDKsSDK Release NotesFAQsWebsiteWebex Connect API docs
Push & In-App SDKs
FAQsWebsite
HomePush & In-App SDKsAPI Reference

GETTING STARTED WITH SDKs

  • Overview of SDKs
    • SDK Flavours
    • App Profile Management in Webex Connect

TUTORIALS

  • Set-up a new Mobile / Web App Asset
    • Configure Push-Notification for Android channel
    • Configure Push-Notification for iOS channel
    • Configure Push-Notification channel for Web-browser
  • JWT Authentication
  • Setup Firebase Cloud Messaging Project
  • Set-up Huawei Mobile Services

Android SDK (Modular)

  • Android SDK Migration document from 2.x to 3.x
  • Android SDK Quick Start Guide (Modular)
    • Manual Startup Instructions
    • Push Messaging Guide
    • In-App Messaging Guide
    • Manual Integration by Downloading Modules from the GitHub Repository
  • Android Core Module
    • com.webex.connect.core
      • WebexConnect
      • WebexConnectResponseHandler
      • WebexConnectJSONResponseHandler
      • ConnectModule
    • com.webex.connect.core.startup
      • Config
      • Environment
      • ConnectInitializer
      • CoreModuleInitializer
    • com.webex.connect.core.profile
      • DeviceProfile
      • DeviceProfileParam
    • com.webex.connect.core.logging
      • Logger
      • LogLevel
      • FileLogger
      • ConsoleLogger
    • com.webex.connect.core.errorhandling
      • WebexConnectException
      • WebexConnectRestException
      • ErrorCode
  • Android Push Module
    • com.webex.connect.push
      • PushMessaging
      • PushModuleInitializer
      • PushProvider
      • CompletionCallback
      • PushServicesHelper
      • OnAvailabilityErrorListener
      • NotificationPermissionCallback
      • SendMessageStatusCallback
      • PushTokenListener
      • PushMessagingListener
    • com.webex.connect.push.message
      • PushMessage
      • PushMessageStatus
      • PushDisplayType
      • PushDisplayOptions
      • PushInteractiveData
    • com.webex.connect.push.notification
      • NotificationBuilderCallback
      • NotificationFactory
      • DefaultNotificationFactory
    • com.webex.connect.push.notification.action
      • NotificationActionHandler
    • com.webex.connect.push.inappdisplay
      • InAppNotificationManager
      • InAppNotificationCallback
      • InAppNotificationButtonStyle
      • InAppNotificationViewStyle
      • InAppNotificationBannerViewStyle
      • InAppNotificationModalViewStyle
    • com.webex.connect.push.inappdisplay.views
      • InAppNotificationViewBinder
      • InAppNotificationViewBinderFactory
      • InAppNotificationBannerViewBinder
      • InAppNotificationBannerViewBinderFactory
      • InAppNotificationModalViewBinder
      • InAppNotificationModalViewBinderFactory
    • com.webex.connect.push.fcm
      • FcmPushProvider
      • FcmPushModuleInitializer
      • WebexConnectFirebaseMessagingService
    • com.webex.connect.push.hms
      • HmsPushProvider
      • HmsPushModuleInitializer
      • WebexConnectHmsMessagingService
  • Android InApp Module
    • com.webex.connect.inapp
      • InAppMessaging
      • Typealias
      • InAppMessagingListener
      • ConnectionStatusListener
      • FetchMessagesCallback
      • PublishMessageCallback
      • DeleteMessageCallback
      • InAppThreadCallback
      • FetchThreadCallback
      • FetchThreadsCallback
      • CreateThreadCallback
      • UpdateThreadCallback
      • SendMessageStatusCallback
      • FetchUnreadThreadCountCallback
      • ConnectionStatus
      • InAppModuleInitializer
    • com.webex.connect.inapp.message
      • InAppThread
      • InAppButton
      • InAppThreadStatus
      • InAppThreadType
      • InAppMessage
      • InAppMessageStatus
      • InAppMessageType
      • InAppFormField
      • InAppFormFieldType
      • InAppInteractiveData
      • InAppInteractiveDataType
      • InAppQuickReply
    • com.webex.connect.inapp.message.attachments
      • InAppAttachment
    • com.webex.connect.inapp.message.attachments.media
      • InAppFileAttachment
      • InAppLocationAttachment
      • InAppAudioAttachment
      • InAppImageAttachment
      • InAppVideoAttachment
    • com.webex.connect.inapp.message.attachments.templates
      • InAppTemplateAttachment
      • InAppTemplateType
      • InAppFormTemplateAttachment
      • InAppGenericTemplateElement
      • InAppGenericTemplateAttachment
    • com.webex.connect.inapp.message.db
      • MessageStore
      • DefaultMessagestore
    • com.webex.connect.inapp.synchronization
      • MessageSyncronizationMode
      • MessageSynchronizationPolicy
    • com.webex.connect.inapp.media
      • MediaFileManager
      • FileDownloadCallback
      • FileUploadCallback
      • RegenerateMediaFileURLCallback

ANDROID CORE SDK

  • Android SDK Quickstart Guide
    • In-App Messaging Guide
    • Integrating Custom Push Services with IMIconnectCoreSDK
    • Topic Based Messaging
  • Core
    • IMIconnect
    • ICConfig
    • ICDeviceProfile
    • ICLogger
    • ICConstants
    • ICInAppNotificationManager
    • ICInAppNotificationViewBinder
    • ICInAppNotificationViewBinderFactory
    • ICInAppBannerNotificationViewBinder
    • ICInAppBannerNotificationViewBinderFactory
    • ICInAppModalNotificationViewBinder
    • ICInAppModalNotificationViewBinderFactory
    • ICInAppNotificationViewStyle
    • ICInAppNotificationButtonStyle
    • ICInAppBannerNotificationViewStyle
    • ICInAppModalNotificationViewStyle
    • Callbacks
  • Two Factor Authentication (2FA)
  • Messaging
    • ICMessaging
    • ICMessagingReceiver
    • ICNotificationFactory
    • ICMessageData
    • ICMessage
    • ICThread
    • ICTopic
    • ICHMSPushProvider
    • ICFormField
    • ICInteractiveData
    • ICConfig
    • ICButton
    • ICGenericTemplateElement
    • ICQuickReplyData
    • ICFirebaseMessagingService
    • ICHMSMessageService
  • Attachments and Media
    • ICAttachment
    • ICAudioAttachment
    • ICImageAttachment
    • ICLocationAttachment
    • ICMediaAttachment
    • ICVideoAttachment
    • ICMediaFileManager
    • ICTemplateAttachment
    • ICFormTemplateAttachment
    • ICGenericTemplateAttachment
  • Storage and Synchronization
    • ICMessageStore
    • ICDefaultMessageStore
    • ICMessageSynchronizer
    • ICMessageSynchronizationPolicy
  • Helpers
    • ICGooglePlayServicesHelper
    • ICGooglePlayServicesHelper.Listener
    • ICMessageHelper
  • Callbacks
  • Enumerations
  • Exceptions

iOS SDK (Modular)

  • iOS SDK Migration Guide: 2.x to 3.x
  • iOS SDK Quick Start Guide (Modular)
    • Integrating the iOS SDK with Swift Package Manager
    • Manual Integration by Downloading Modules from the GitHub Repository
    • Push Messaging Guide
    • In-App Messaging Guide
  • iOS Core SDK (Modular)
  • iOS Push SDK (Modular)
  • iOS In-App Messaging (Modular)
  • APNS Setup
    • APNS Setup
    • Configuring iOS .p8 Key for Token-Based Connection to APNs

iOS CORE SDK

  • iOS SDK Quickstart Guide
  • iOS Core SDK
  • Two Factor Authentication (2FA)
  • Messaging
  • Attachments and Media
  • Enumerations
  • Helpers
    • ICMessageHelper
  • Apple Privacy Manifest

JAVASCRIPT SDK

  • JavaScript SDK Quickstart Guide
    • Setup APNS for Safari Browser
    • Setup FCM for Chrome and Firefox Browsers
  • API Reference
  • Enumerations
  • Messaging
  • Managing Assets
  • Web Push Popup

SDK RELEASE NOTES

  • SDK Release Notes
    • Android
    • iOS
    • Cordova
    • JavaScript
    • iOS UI SDK
    • Android UI SDK
  • SDK Support Policy

Support

  • Webex Connect Support

HmsPushModuleInitializer

Initializes the HMS push module.

Suggest Edits

Initializes HMS Push Provider during app startup by extending ConnectInitializer.

Syntax: class HmsPushModuleInitializer : ConnectInitializer

Updated 6 months ago


Platform

Channel Assets

Integrations

Flow Builder

API Reference

Introduction

API Endpoints

Push and In-App SDKs

Outbound Webhooks

Sandbox

Getting Started

Sandbox APIs

FAQs

Community Support

Resources

Channel FAQs

Tutorials

Tenant Best Practices

Changelog

Acceptable Usage Policy | © 2000 - 2025 Webex Connect, All Rights Reserved