Defines the policy for an inactive Activity. More...
Public Member Functions | |
| KeepAlivePolicy (int value) | |
| Constructs a KeepAlivePolicy of an integer value. | |
| KeepAlivePolicy (KeepAlivePolicy enum_) | |
| Constructs a copy of a KeepAlivePolicy object. | |
| int | getValue () |
| Returns the integer value of the enumeration constant. | |
| final int | swigValue () |
| Returns the integer value of the enumeration constant. | |
Static Public Member Functions | |
| static KeepAlivePolicy | swigToEnum (int swigValue) |
| Converts an integer value to the matching enumeration constant. | |
| static KeepAlivePolicy | toEnum (int value) |
| Converts an integer value to the matching enumeration constant. | |
Public Attributes | |
| DetachAndDestroy =(0) | |
| Detach an inactive Activity node from the node tree and release its reference. | |
| HideAndDisable =(1) | |
| Hide and disable an inactive Activity node. | |
Defines the policy for an inactive Activity.
| KeepAlivePolicy | ( | int | value | ) |
Constructs a KeepAlivePolicy of an integer value.
| value | Integer value to convert to enumeration constant. |
| KeepAlivePolicy | ( | KeepAlivePolicy | enum_ | ) |
Constructs a copy of a KeepAlivePolicy object.
| enum_ | KeepAlivePolicy to be copy constructed. |
| int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
Used internally by SWIG generated code.
| swigValue | Integer value to convert to enumeration constant. |
| final int swigValue | ( | ) |
Returns the integer value of the enumeration constant.
Used internally by SWIG generated code.
|
static |
Converts an integer value to the matching enumeration constant.
| value | Integer value to convert to enumeration constant. |