CPNavigationAlert Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A banner displayed with high-priority.
[Foundation.Register("CPNavigationAlert", true)]
public class CPNavigationAlert : Foundation.NSObject, Foundation.INSSecureCoding, IDisposable
[<Foundation.Register("CPNavigationAlert", true)>]
type CPNavigationAlert = class
inherit NSObject
interface INSCoding
interface INativeObject
interface IDisposable
interface INSSecureCoding
- Inheritance
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| CPNavigationAlert(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| CPNavigationAlert(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| CPNavigationAlert(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
| CPNavigationAlert(String[], String[], CPImageSet, CPAlertAction, CPAlertAction, Double) | |
| CPNavigationAlert(String[], String[], UIImage, CPAlertAction, CPAlertAction, Double) | |
Fields
| Name | Description |
|---|---|
| MinimumDuration |
A constant that specifies the minimum amnount of time an alert is visible. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| Duration | |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| Image | |
| ImageSet | |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| PrimaryAction | |
| RetainCount | (Inherited from NSObject) |
| SecondaryAction | |
| Self | (Inherited from NSObject) |
| SubtitleVariants | |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| TitleVariants | |
| Zone | (Inherited from NSObject) |