ProgressDialog.this

Sets up the progress dialog with the desired title, and message. Does not show it until the show method is called.

class ProgressDialog
this
(
string title
,
string message
)

Parameters

title
Type: string

The string to show in the progress dialog title

message
Type: string

The string to show in the progress dialog body

Throws

If it fails to find any programs or libraries to make a progress dialog with.

Meta