Description

data object Description : ClanEvents

Event fires when the clan's description changes.

Usage Example:

eventClient.registerClanCallback(MonitoredEvent.ClanEvents.Description) { cachedClan, currentClan ->
// ...
}

Functions

Link copied to clipboard
open suspend override fun checkAndFireCallback(cachedData: Clan, currentData: Clan, callback: Callback<Clan, Clan, ClanMember>)

Abstract function to check and trigger a callback based on the provided data and callback.