Skip to content

PopupNotification

Summary

Represents a popup notification.

Signature

1
public abstract interface PopupNotification

Namespace

cAlgo.API

See Also

Methods

Complete

Summary

Completes an InProgress popup notification.

Signature

1
public abstract void Complete(PopupNotificationState finalState)

Parameters

Name Type Description
finalState PopupNotificationState Final state.

Return Value

void

Properties

State

Summary

Gets state of popup notification.

Signature

1
public abstract PopupNotificationState State {get;}

Return Value

PopupNotificationState