Home directory for Malawi's wwwroot
Duncan Ewan
2021-02-19 3e758c29e0fde36fc088efcfc88f9a3014432b64
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
intrinsic class mx.central.AgentManager {
    function addNotice (noticeData:Object, initialData:Object):Number;
    function addPod (podData:Object):Number;
    function addToLocalInternetCache (url:String, bOverwrite:Boolean, expiration:Object):Void;
    function getPods (Void):Array;
    function getPreferences (Void):Object;
    function getViewedApplications (Void):Array;
    function getViewedPods(Void):Array;
    function getNotices(Void):Array;
    function inLocalInternetCache (url:String):Boolean;
    function isConsoleOpen (Void):Boolean;
    function isConnected (Void):Boolean;
    function removeFromLocalInternetCache (url:String):Void;
    function removeNotice (noticeID:Number):Boolean;
    function removePod (podID:Number):Void;
    function stopAgent (Void):Boolean;
    function viewPod (podID:Number):Void;
}