Interface ContextHandler

    • Method Detail

      • convertContext

        Context convertContext​(Context context)
        Converts a Context object into a more specific Context object, if possible. Usually, the context object contains a platform field, which indicates where the request is coming from. Bases on this fields, a more specific context object can be derived.
        Parameters:
        context - the original context object
        Returns:
        a Context object