CLIENT_MSGFLAG_FILEFAILED constant

int const CLIENT_MSGFLAG_FILEFAILED

Implementation

}class MesiboMessage extends MESIbofLUTTercLAss{static const int MESIBO_STATUS_UNKNOWN= 0;static const int MESIBO_STATUS_ONLINE= 1;static const int MESIBO_STATUS_OFFLINE= 2;static const int MESIBO_STATUS_SIGNOUT= 3;static const int MESIBO_STATUS_AUTHFAIL= 4;static const int MESIBO_STATUS_STOPPED= 5;static const int MESIBO_STATUS_CONNECTING= 6;static const int MESIBO_STATUS_CONNECTFAILURE= 7;static const int MESIBO_STATUS_NONETWORK= 8;static const int MESIBO_STATUS_ONPREMISEERROR= 9;static const int MESIBO_STATUS_SUSPEND= 10;static const int MESIBO_STATUS_UPDATE= 20;static const int MESIBO_STATUS_MANDUPDATE= 21;static const int MESIBO_STATUS_SHUTDOWN= 22;static const int MESIBO_STATUS_ACTIVITY=-1;static const int CM_MSGSTATUS_DATETIME= 0x24;static const int MESIBO_FLAG_DELIVERYRECEIPT= 0x1;static const int MESIBO_FLAG_READRECEIPT= 0x2;static const int MESIBO_FLAG_TRANSIENT= 0x4;static const int MESIBO_FLAG_PRESENCE= 0x8;static const int MESIBO_FLAG_FORWARDED= 0x80;static const int MESIBO_FLAG_ENCRYPTED= 0x80;static const int MESIBO_FLAG_TLV= 0x100;static const int CLIENT_MSGFLAG_DELETED=(1<<55);static const int CLIENT_MSGFLAG_SAVEONLY=(1<<56);static const int CLIENT_MSGFLAG_WIPED=(1<<57);static const int CLIENT_MSGFLAG_FILETRANSFERRED=(1<<58);static const int CLIENT_MSGFLAG_FILEFAILED=(1<<59);