Chat SDK for React Native 1.14.0
    Preparing search index...

    Type Alias PrintFunctionType

    PrintFunctionType: (
        type: string,
        message?: any,
        ...optionalParams: any[],
    ) => void

    Type Declaration

      • (type: string, message?: any, ...optionalParams: any[]): void
      • Parameters

        • type: string
        • Optionalmessage: any
        • ...optionalParams: any[]

        Returns void