-
- All Implemented Interfaces:
public interface LegacyConversationManagerAbstract legacy [ConversationManager] implementation from the implementation. See: https://github.com/apptentive/apptentive-android/blob/master/apptentive/src/main/java/com/apptentive/android/sdk/conversation/ConversationManager.java
-
-
Method Summary
Modifier and Type Method Description abstract ConversationDataloadLegacyConversationData()Attempts to load a legacy conversation data -
-
Method Detail
-
loadLegacyConversationData
@Nullable() abstract ConversationData loadLegacyConversationData()
Attempts to load a legacy conversation data
-
-
-
-