Optional sub - superimposes a simple splash screen on the calling Activity. To remove the splash screen, call StopSplashScreen from Activity (generally in the callback function. See "Initialize") CallingAct - Activity object whose layout will be superimposed with BM in a panel BM - Bitmap object to be shown while apk checking is in progress
Initializes the Job. Name - The job's name. Note that the name doesn't need to be unique. TargetModule - The activity or service that will handle the JobDone event.
IsInitializedAsBoolean
Tests whether the object has been initialized.
JobNameAsString
PasswordAsString
PatchBytes (LinkAsString, Data() AsByte) AsString
Sends a PATCH request with the given data as the request payload.
PatchString (LinkAsString, TextAsString) AsString
Sends a PATCH request with the given string as the request payload.
PostBytes (LinkAsString, Data() AsByte) AsString
Sends a POST request with the given string as the post data
Sends a multipart POST request. NameValues - A map with the keys and values. Pass Null if not needed. Files - List of MultipartFileData items. Pass Null if not needed.
PostString (LinkAsString, TextAsString) AsString
Sends a POST request with the given data as the post data.
PutBytes (LinkAsString, Data() AsByte) AsString
Sends a PUT request with the given string as the post data
PutString (LinkAsString, TextAsString) AsString
Sends a PUT request with the given data as the post data.
ReleaseAsString
Should be called to free resources held by this job.