MimiCoreDelegate

public protocol MimiCoreDelegate : AnyObject

Methods that you are required to respond to as a MimiCore user.

  • MimiCore was found to be unservicable.

    This means that the version of MimiCore that you currently have is no longer supported, and you are required to update in order to regain access to MimiCore functionality.

    Warning

    It is expected that you display some UI at this point which tells the user to update their app, and does not allow them to perform any further interactions.

    Warning

    The SDK will be non-functional from this point and should be treated as completely unserviceable.

    Declaration

    Swift

    func mimiCoreWasFoundUnserviceable(_ core: MimiCore)
    Parameters
    core

    MimiCore