Skip to content

SoundType

Summary

An enum containing various constants representing different built-in sounds for notifications.

Signature

1
public enum SoundType

Namespace

cAlgo.API

See Also

Fields

PositiveNotification

Summary

Positive Notification sound.

Signature

1
public static SoundType PositiveNotification;

Return Value

SoundType

NegativeNotification

Summary

Negative Notification sound.

Signature

1
public static SoundType NegativeNotification;

Return Value

SoundType

Announcement

Summary

Announcement sound.

Signature

1
public static SoundType Announcement;

Return Value

SoundType

Doorbell

Summary

Door bell sound.

Signature

1
public static SoundType Doorbell;

Return Value

SoundType

Confirmation

Summary

Confirmation sound.

Signature

1
public static SoundType Confirmation;

Return Value

SoundType