AboutSupportDeveloper GuideVersion 38.126.82.64

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"