AboutSupportDeveloper GuideVersion 44.142.100.18

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"