AboutSupportDeveloper GuideVersion 42.138.100.102

Interface CustomProtocolRegisteredState

The registry rentry for a given protocol exists and can be parsed successfully.

interface CustomProtocolRegisteredState {
    handlerManifestUrl: string;
    state: "Registered";
}

Properties

handlerManifestUrl: string
state: "Registered"