AboutSupportDeveloper GuideVersion 41.133.100.89

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"