Android.App.Activity.SetVisible Method
Control whether this activity's main window is visible.

Syntax

[Android.Runtime.Register("setVisible", "(Z)V", "GetSetVisible_ZHandler")]
public virtual void SetVisible (bool visible)

Parameters

visible
Documentation for this section has not yet been entered.

Remarks

Control whether this activity's main window is visible. This is intended only for the special case of an activity that is not going to show a UI itself, but can't just finish prior to onResume() because it needs to wait for a service binding or such. Setting this to false allows you to prevent your UI from being shown during that time.

The default value for this is taken from the NoType:android/R$attr;Href=../../../reference/android/R.attr.html#windowNoDisplay attribute of the activity's theme.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3