Interface NavigationDeniedNotificationData

Typed message data for navigation denied notification

interface NavigationDeniedNotificationData {
    type: "vopNavigationDeniedNotification";
    sessionId: string;
    reason?: AllowedPropertiesValues.NavigationDenialReason[];
}

Hierarchy (view full)

Properties

type
sessionId: string