-
public abstract class BaseCallbackManager
-
-
Method Summary
-
-
Method Detail
-
_notifyInboxMessagesDidUpdate
abstract void _notifyInboxMessagesDidUpdate()
-
getFailureFlushListener
abstract FailureFlushListener getFailureFlushListener()
-
getFeatureFlagListener
@Deprecated() abstract CTFeatureFlagsListener getFeatureFlagListener()
Note: This method has been deprecated since v5.0.0 and will be removed in the future versions of this SDK.
-
getGeofenceCallback
abstract GeofenceCallback getGeofenceCallback()
-
getSCDomainListener
abstract SCDomainListener getSCDomainListener()
-
getInAppNotificationButtonListener
abstract InAppNotificationButtonListener getInAppNotificationButtonListener()
-
getInAppNotificationListener
abstract InAppNotificationListener getInAppNotificationListener()
-
getPushPermissionResponseListenerList
abstract List<PushPermissionResponseListener> getPushPermissionResponseListenerList()
-
getInboxListener
abstract CTInboxListener getInboxListener()
-
getProductConfigListener
@Deprecated() abstract CTProductConfigListener getProductConfigListener()
Note: This method has been deprecated since v5.0.0 and will be removed in the future versions of this SDK.
-
getPushAmpListener
abstract CTPushAmpListener getPushAmpListener()
-
getPushNotificationListener
abstract CTPushNotificationListener getPushNotificationListener()
-
getSyncListener
abstract SyncListener getSyncListener()
-
notifyDisplayUnitsLoaded
abstract void notifyDisplayUnitsLoaded(ArrayList<CleverTapDisplayUnit> displayUnits)
-
notifyUserProfileInitialized
abstract void notifyUserProfileInitialized(String deviceID)
-
setDisplayUnitListener
abstract void setDisplayUnitListener(DisplayUnitListener listener)
-
setFailureFlushListener
abstract void setFailureFlushListener(FailureFlushListener failureFlushListener)
-
setFeatureFlagListener
@Deprecated() abstract void setFeatureFlagListener(CTFeatureFlagsListener listener)
Note: This method has been deprecated since v5.0.0 and will be removed in the future versions of this SDK.
-
setGeofenceCallback
abstract void setGeofenceCallback(GeofenceCallback geofenceCallback)
-
setSCDomainListener
abstract void setSCDomainListener(SCDomainListener scDomainListener)
-
setInAppNotificationButtonListener
abstract void setInAppNotificationButtonListener(InAppNotificationButtonListener inAppNotificationButtonListener)
-
setInAppNotificationListener
abstract void setInAppNotificationListener(InAppNotificationListener inAppNotificationListener)
-
unregisterPushPermissionResponseListener
abstract void unregisterPushPermissionResponseListener(PushPermissionResponseListener pushPermissionResponseListener)
-
registerPushPermissionResponseListener
abstract void registerPushPermissionResponseListener(PushPermissionResponseListener pushPermissionResponseListener)
-
setInboxListener
abstract void setInboxListener(CTInboxListener inboxListener)
-
setProductConfigListener
@Deprecated() abstract void setProductConfigListener(CTProductConfigListener productConfigListener)
Note: This method has been deprecated since v5.0.0 and will be removed in the future versions of this SDK.
-
setPushAmpListener
abstract void setPushAmpListener(CTPushAmpListener pushAmpListener)
-
setPushNotificationListener
abstract void setPushNotificationListener(CTPushNotificationListener pushNotificationListener)
-
setSyncListener
abstract void setSyncListener(SyncListener syncListener)
-
addOnInitCleverTapIDListener
abstract void addOnInitCleverTapIDListener(@NonNull() OnInitCleverTapIDListener listener)
-
removeOnInitCleverTapIDListener
abstract void removeOnInitCleverTapIDListener(@NonNull() OnInitCleverTapIDListener listener)
-
notifyCleverTapIDChanged
abstract void notifyCleverTapIDChanged(String id)
-
getFetchVariablesCallback
abstract FetchVariablesCallback getFetchVariablesCallback()
-
setFetchVariablesCallback
abstract void setFetchVariablesCallback(FetchVariablesCallback fetchVariablesCallback)
-
getFetchInAppsCallback
abstract FetchInAppsCallback getFetchInAppsCallback()
-
setFetchInAppsCallback
abstract void setFetchInAppsCallback(FetchInAppsCallback fetchInAppsCallback)
-
getBatchListener
abstract BatchListener getBatchListener()
-
setBatchListener
abstract void setBatchListener(BatchListener batchListener)
-
getChangeUserCallbackList
abstract List<ChangeUserCallback> getChangeUserCallbackList()
-
addChangeUserCallback
abstract void addChangeUserCallback(ChangeUserCallback callback)
-
removeChangeUserCallback
abstract void removeChangeUserCallback(ChangeUserCallback callback)
-
-
-
-