FirebaseAILogic Framework Reference

Payload

public enum Payload : Sendable

The type of message sent from the server.

Important

Potential future additions to the Payload enum may not trigger a semantic versioning major version update. If ensure forward compatibility, client code should avoid exhaustive switch statements over this enum by adding a default case.