Click or drag to resize

AlertConditionCreateAlertCondition Method

Creates an AlertCondition based on the condition.

Namespace: Zebra.Sdk.Settings
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public static AlertCondition CreateAlertCondition(
	string condition
)

Parameters

condition  String
Name of one of the values of AlertCondition.

Return Value

AlertCondition
Based on the string condition
Exceptions
ExceptionCondition
ZebraIllegalArgumentExceptionIf condition is not a valid alert condition.
Remarks
If the condition is invalid a ZebraIllegalArgumentException will be thrown.
See Also