API Compatibility report 1.0.6719-1.0.6708

Copyright

Copyright © 2023 TomTom NV. All rights reserved.

This software is the proprietary copyright of TomTom NV and its subsidiaries and may be used for internal evaluation purposes or commercial use strictly subject to separate license agreement between you and TomTom NV. If you are the licensee, you are only permitted to use this software in accordance with the terms of your license agreement. If you are not the licensee, you are not authorized to use this software in any manner and should immediately return or destroy it.

Module platform_messaging_api_common_model

Type: class

Name: MessagingProviderHelper

  
  method public suspend Object? shouldConversationBeIgnored(com.tomtom.ivi.platform.messaging.api.common.model.Conversation conversation, com.tomtom.ivi.platform.contacts.api.service.contacts.ContactsServiceApi contactsService, kotlin.coroutines.Continuation<? super java.lang.Boolean>);
  method public suspend Object? shouldConversationFromContactsBeIgnored(java.util.Set<com.tomtom.ivi.platform.messaging.api.common.model.ConversationContact> conversationContacts, com.tomtom.ivi.platform.contacts.api.service.contacts.ContactsServiceApi contactService, kotlin.coroutines.Continuation<? super java.lang.Boolean>);
  method public suspend Object? shouldMessageBeIgnored(com.tomtom.ivi.platform.messaging.api.common.model.Message message, com.tomtom.ivi.platform.contacts.api.service.contacts.ContactsServiceApi contactService, kotlin.coroutines.Continuation<? super java.lang.Boolean>);
  
  
  method public suspend Object? shouldConversationBeIgnored(com.tomtom.ivi.platform.messaging.api.common.model.Conversation conversation, com.tomtom.ivi.platform.contacts.api.service.contacts.ContactsServiceApi contactsService, com.tomtom.ivi.platform.messaging.api.service.messagingsettings.MessagingSettingsServiceApi messagingSettingsService, kotlin.coroutines.Continuation<? super java.lang.Boolean>);
  method public suspend Object? shouldConversationFromContactsBeIgnored(java.util.Set<com.tomtom.ivi.platform.messaging.api.common.model.ConversationContact> conversationContacts, com.tomtom.ivi.platform.contacts.api.service.contacts.ContactsServiceApi contactService, com.tomtom.ivi.platform.messaging.api.service.messagingsettings.MessagingSettingsServiceApi messagingSettingsService, kotlin.coroutines.Continuation<? super java.lang.Boolean>);
  method public suspend Object? shouldMessageBeIgnored(com.tomtom.ivi.platform.messaging.api.common.model.Message message, com.tomtom.ivi.platform.contacts.api.service.contacts.ContactsServiceApi contactService, com.tomtom.ivi.platform.messaging.api.service.messagingsettings.MessagingSettingsServiceApi messagingSettingsService, kotlin.coroutines.Continuation<? super java.lang.Boolean>);