Interface UpdateLocationOnUnregister

Interface for the 'unregister' update location action.

interface UpdateLocationOnUnregister {
    action: "unregister";
    app: string;
}

Hierarchy (View Summary)

Properties

Properties

action: "unregister"

The action type.

app: string

The application identifier.