AboutSupportDeveloper GuideVersion 43.142.100.98

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"