Module it.auties.cobalt
Package it.auties.whatsapp.listener
Interface OnWhatsappProfilePictureChanged
- All Superinterfaces:
Listener
-
Method Summary
Modifier and TypeMethodDescriptionvoidonProfilePictureChanged(Whatsapp whatsapp, URI oldPicture, URI newPicture) Called when the companion's picture changesMethods inherited from interface it.auties.whatsapp.listener.Listener
onAboutChanged, onAboutChanged, onAction, onAction, onCall, onCall, onChatMessagesSync, onChatMessagesSync, onChats, onChats, onContactBlocked, onContactBlocked, onContactPresence, onContactPresence, onContacts, onContacts, onDisconnected, onDisconnected, onFeatures, onFeatures, onGroupPictureChanged, onGroupPictureChanged, onHistorySyncProgress, onHistorySyncProgress, onLinkedDevices, onLinkedDevices, onLocaleChanged, onLocaleChanged, onLoggedIn, onLoggedIn, onMessageDeleted, onMessageDeleted, onMessageReply, onMessageReply, onMessageStatus, onMessageStatus, onMetadata, onMetadata, onNameChanged, onNameChanged, onNewContact, onNewContact, onNewMessage, onNewMessage, onNewsletters, onNewsletters, onNewStatus, onNewStatus, onNodeReceived, onNodeReceived, onNodeSent, onNodeSent, onPrivacySettingChanged, onPrivacySettingChanged, onProfilePictureChanged, onProfilePictureChanged, onProfilePictureChanged, onRegistrationCode, onRegistrationCode, onSetting, onSetting, onSocketEvent, onSocketEvent, onStatus, onStatus
-
Method Details
-
onProfilePictureChanged
Called when the companion's picture changes- Specified by:
onProfilePictureChangedin interfaceListener- Parameters:
whatsapp- an instance to the calling apioldPicture- the non-null old picturenewPicture- the non-null new picture
-