Skip to content

PopupNotificationState

Summary

Represents different states for popup notifications.

Signature

1
public enum PopupNotificationState

Namespace

cAlgo.API

See Also

Fields

InProgress

Summary

In progress.

Signature

1
PopupNotificationState.InProgress;

Return Value

PopupNotificationState

Success

Summary

Success.

Signature

1
PopupNotificationState.Success;

Return Value

PopupNotificationState

Error

Summary

Error.

Signature

1
PopupNotificationState.Error;

Return Value

PopupNotificationState

Partial

Summary

Partial.

Signature

1
PopupNotificationState.Partial;

Return Value

PopupNotificationState

Information

Summary

Information.

Signature

1
PopupNotificationState.Information;

Return Value

PopupNotificationState