__SendbirdStatistics

public final class __SendbirdStatistics

The entry point for handling statistics

Warning

This class is only for SendBird modules. Do not use this class in external services.
  • Appends a statistic record with stat type and json data

    Warning

    This method is only for SendBird modules. Do not use this method in external services.

    Since

    4.8.3

    Declaration

    Swift

    public static func __appendStat(type: String, data: [String: Any]) -> Bool

    Parameters

    type

    The stat type

    data

    The json data for describing detail statistic information

    Return Value

    Returns a Boolean value indicating whether appending stat is succeed.