is Valid Log Custom Event Input
fun isValidLogCustomEventInput(eventName: String?, serverConfigStorageProvider: ServerConfigStorageProvider): Boolean
Validates the event name for the custom event. Invalid event names are null or in the blocklist.
Return
true if the event name is valid. Checks against blocklisted events.
Parameters
event Name
The event name.
server Config Storage Provider
The server configuration. Used to check against blocklisted events.