Share via


UITextDropProgressMode Enum

Definition

Enumerates text drop progress notification styles.

[ObjCRuntime.Native]
public enum UITextDropProgressMode
[<ObjCRuntime.Native>]
type UITextDropProgressMode = 
Inheritance
UITextDropProgressMode
Attributes

Fields

Name Value Description
System 0

Indicates that the system's blocking alert will be used.

Custom 1

Indicates that the developer will provide a custom notification.

Applies to