class Teak.DeepLink Interface for running code when a deep link is received. Methods call Method called when a deep link is invoked. abstract void call(Map<String, Object> parameters); Parameters Name Description parameters A dictionary of the path, and url parameters provided to the deep link.