Libertas OS API Documentation
    Preparing search index...

    Interface LibertasMessageSource

    Represents the source information of a message sent from Task to end-user's smartphone.

    interface LibertasMessageSource {
        id: number;
        type: "device" | "logical" | "user";
    }
    Index

    Properties

    Properties

    id: number
    type: "device" | "logical" | "user"