Racehorse
    Preparing search index...

    Interface DeepLinkManager

    interface DeepLinkManager {
        getLastDeepLink(): null | Intent;
        subscribe(listener: (intent: Intent) => void): Unsubscribe;
    }
    Index

    Methods

    • Returns the last deep link intent that was requested.

      Returns null | Intent