NoOpEventMapper - DataDog/dd-sdk-android GitHub Wiki
class NoOpEventMapper<T : Any> : EventMapper<T>
No-op implementation of EventMapper. Will return the same instance.
Parameters
T | type boundary of the mapped object. |
Constructors
NoOpEventMapper
constructor()
Parameters
T | type boundary of the mapped object. |
Functions
equals
open operator override fun equals(other: Any?): Boolean