Package 

Interface MMKVHandler


  • 
    public interface MMKVHandler
    
                        

    Callback handler for MMKV. Callback is called on the operating thread of the MMKV instance.

    • Method Detail

      • mmkvLog

         abstract void mmkvLog(MMKVLogLevel level, String file, int line, String function, String message)

        Log Redirecting.

        Parameters:
        level - The level of this log.
        file - The file name of this log.
        line - The line of code of this log.
        function - The function name of this log.
        message - The content of this log.