UNNotificationAction Classe

Definizione

Azione che può essere eseguita in risposta a una notifica.

[Foundation.Register("UNNotificationAction", true)]
public class UNNotificationAction : Foundation.NSObject, Foundation.INSCopying, Foundation.INSSecureCoding, IDisposable
[<Foundation.Register("UNNotificationAction", true)>]
type UNNotificationAction = class
    inherit NSObject
    interface INSCoding
    interface INativeObject
    interface IDisposable
    interface INSCopying
    interface INSSecureCoding
Ereditarietà
UNNotificationAction
Derivato
Attributi
Implementazioni

Costruttori

Nome Descrizione
UNNotificationAction(NativeHandle)

Costruttore utilizzato durante la creazione di rappresentazioni gestite di oggetti non gestiti. Chiamato dal runtime.

UNNotificationAction(NSCoder)

Costruttore che inizializza l'oggetto dai dati archiviati nell'oggetto unarchiver.

UNNotificationAction(NSObjectFlag)

Costruttore da chiamare sulle classi derivate per ignorare l'inizializzazione e semplicemente allocare l'oggetto.

Proprietà

Nome Descrizione
AccessibilityAttributedUserInputLabels

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
AccessibilityRespondsToUserInteraction

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
AccessibilityTextualContext

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
AccessibilityUserInputLabels

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
Class

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
ClassHandle

Handle della classe Objective-C per questa classe.

DebugDescription

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
Description

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
ExposedBindings

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
Handle

Handle (puntatore) alla rappresentazione dell'oggetto non gestito.

(Ereditato da NSObject)
Icon

Azione che può essere eseguita in risposta a una notifica.

Identifier

Azione che può essere eseguita in risposta a una notifica.

IsDirectBinding

Ottiene o imposta un valore che indica se questa istanza utilizza l'associazione diretta Objective-C.

(Ereditato da NSObject)
IsProxy

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
Options

Ottiene l'identificatore univoco che verrà usato dall'applicazione per trovare l'azione.

RetainCount

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
Self

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
Superclass

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
SuperHandle

Handle utilizzato per rappresentare i metodi nella classe di base per questo NSObjectoggetto .

(Ereditato da NSObject)
Title

Ottiene il titolo dell'azione localizzata.

Zone

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)

Metodi

Nome Descrizione
AddObserver(NSObject, NSString, NSKeyValueObservingOptions, IntPtr)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
AddObserver(NSString, NSKeyValueObservingOptions, Action<NSObservedChange>)

Registra un oggetto per essere osservato esternamente usando un metodo arbitrario.

(Ereditato da NSObject)
AddObserver(String, NSKeyValueObservingOptions, Action<NSObservedChange>)

Registra un oggetto per essere osservato esternamente usando un metodo arbitrario.

(Ereditato da NSObject)
AwakeFromNib()

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
BeginInvokeOnMainThread(Action)

Richiama l'azione specificata in modo asincrono nel thread principale dell'interfaccia utente.

(Ereditato da NSObject)
BeginInvokeOnMainThread(Selector, NSObject)

Richiama in modo asincrono il codice specificato nel thread principale dell'interfaccia utente.

(Ereditato da NSObject)
Bind(NSString, NSObject, String, NSBindingOptions)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
Bind(NSString, NSObject, String, NSDictionary)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
CommitEditing()

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
CommitEditing(NSObject, Selector, IntPtr)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
ConformsToProtocol(NativeHandle)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
Copy()

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
Copy(NSZone)

Esegue una copia dell'oggetto Objective-C sottostante.

DangerousAutorelease()

Chiama il selettore 'autorelease' su questo oggetto.

(Ereditato da NSObject)
DangerousRelease()

Chiama il selettore 'release' su questo oggetto.

(Ereditato da NSObject)
DangerousRetain()

Chiama il selettore 'retain' su questo oggetto.

(Ereditato da NSObject)
DidChange(NSKeyValueChange, NSIndexSet, NSString)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
DidChange(NSString, NSKeyValueSetMutationKind, NSSet)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
DidChangeValue(String)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
Dispose()

Rilascia le risorse utilizzate dall'oggetto NSObject .

(Ereditato da NSObject)
Dispose(Boolean)

Rilascia le risorse usate da questo oggetto.

(Ereditato da NSObject)
DoesNotRecognizeSelector(Selector)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
EncodeTo(NSCoder)

Codifica lo stato dell'oggetto usando il codificatore fornito.

Equals(NSObject)

Determina se l'oggetto specificato NSObject è uguale all'oggetto corrente NSObject.

(Ereditato da NSObject)
Equals(Object)

Determina se l'oggetto specificato è uguale all'oggetto corrente NSObject.

(Ereditato da NSObject)
FromIdentifier(String, String, UNNotificationActionOptions, UNNotificationActionIcon)

Azione che può essere eseguita in risposta a una notifica.

FromIdentifier(String, String, UNNotificationActionOptions)

Crea e restituisce una nuova azione di notifica con l'oggetto , titlee optionsspecificatoidentifier.

GetBindingInfo(NSString)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
GetBindingOptionDescriptions(NSString)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
GetBindingValueClass(NSString)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
GetDictionaryOfValuesFromKeys(NSString[])

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
GetHashCode()

Genera un codice hash per l'istanza corrente.

(Ereditato da NSObject)
GetMethodForSelector(Selector)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
GetNativeHash()

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
Init()

Inizializza l'oggetto chiamando il metodo Objective-C init .

(Ereditato da NSObject)
InitializeHandle(NativeHandle, String)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
InitializeHandle(NativeHandle)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
Invoke(Action, Double)

Richiama l'azione specificata dopo il ritardo specificato.

(Ereditato da NSObject)
Invoke(Action, TimeSpan)

Richiama l'azione specificata dopo il ritardo specificato.

(Ereditato da NSObject)
InvokeOnMainThread(Action)

Richiama l'azione specificata in modo sincrono nel thread principale dell'interfaccia utente.

(Ereditato da NSObject)
InvokeOnMainThread(Selector, NSObject)

Richiama in modo sincrono il codice specificato nel thread principale dell'interfaccia utente.

(Ereditato da NSObject)
IsEqual(NSObject)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
IsKindOfClass(Class)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
IsMemberOfClass(Class)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
MarkDirty()

Promuove un normale oggetto peer (IsDirectBinding è true) in un oggetto toggleref.

(Ereditato da NSObject)
MutableCopy()

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
ObjectDidEndEditing(NSObject)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
ObserveValue(NSString, NSObject, NSDictionary, IntPtr)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
PerformSelector(Selector, NSObject, Double, NSString[])

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
PerformSelector(Selector, NSObject, Double)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
PerformSelector(Selector, NSObject, NSObject)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
PerformSelector(Selector, NSObject)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean, NSString[])

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
PerformSelector(Selector)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
PrepareForInterfaceBuilder()

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
RemoveObserver(NSObject, NSString, IntPtr)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
RemoveObserver(NSObject, NSString)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
RemoveObserver(NSObject, String, IntPtr)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
RemoveObserver(NSObject, String)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
RespondsToSelector(Selector)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
SetNilValueForKey(NSString)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
SetValueForKey(NSObject, NSString)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
SetValueForKeyPath(NativeHandle, NSString)

Imposta il valore per la proprietà identificata da un determinato percorso di chiave su un determinato valore.

(Ereditato da NSObject)
SetValueForKeyPath(NSObject, NSString)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
SetValueForUndefinedKey(NSObject, NSString)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
SetValuesForKeysWithDictionary(NSDictionary)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
ToString()

Restituisce una rappresentazione di stringa del valore dell'istanza corrente.

(Ereditato da NSObject)
Unbind(NSString)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
ValueForKey(NSString)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
ValueForKeyPath(NSString)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
ValueForUndefinedKey(NSString)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
WillChange(NSKeyValueChange, NSIndexSet, NSString)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
WillChange(NSString, NSKeyValueSetMutationKind, NSSet)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)
WillChangeValue(String)

Azione che può essere eseguita in risposta a una notifica.

(Ereditato da NSObject)

Metodi di estensione

Nome Descrizione
AcceptsPreviewPanelControl(NSObject, QLPreviewPanel)

Azione che può essere eseguita in risposta a una notifica.

AccessibilityHitTest(NSObject, CGPoint, UIEvent)

Azione che può essere eseguita in risposta a una notifica.

BeginPreviewPanelControl(NSObject, QLPreviewPanel)

Azione che può essere eseguita in risposta a una notifica.

BrowserAccessibilityDeleteTextAtCursor(NSObject, IntPtr)

Azione che può essere eseguita in risposta a una notifica.

BrowserAccessibilityInsertTextAtCursor(NSObject, String)

Azione che può essere eseguita in risposta a una notifica.

EndPreviewPanelControl(NSObject, QLPreviewPanel)

Azione che può essere eseguita in risposta a una notifica.

GetAccessibilityCustomRotors(NSObject)

Ottiene la matrice di UIAccessibilityCustomRotor oggetti appropriata per this l'oggetto .

GetAccessibilityLineEndPositionFromCurrentSelection(NSObject)

Azione che può essere eseguita in risposta a una notifica.

GetAccessibilityLineRangeForPosition(NSObject, IntPtr)

Azione che può essere eseguita in risposta a una notifica.

GetAccessibilityLineStartPositionFromCurrentSelection(NSObject)

Azione che può essere eseguita in risposta a una notifica.

GetAccessibilityNextTextNavigationElement(NSObject)

Azione che può essere eseguita in risposta a una notifica.

GetAccessibilityNextTextNavigationElementBlock(NSObject)

Azione che può essere eseguita in risposta a una notifica.

GetAccessibilityPreviousTextNavigationElement(NSObject)

Azione che può essere eseguita in risposta a una notifica.

GetAccessibilityPreviousTextNavigationElementBlock(NSObject)

Azione che può essere eseguita in risposta a una notifica.

GetAccessibilityTextInputResponder(NSObject)

Azione che può essere eseguita in risposta a una notifica.

GetAccessibilityTextInputResponderHandler(NSObject)

Azione che può essere eseguita in risposta a una notifica.

GetBrowserAccessibilityAttributedValue(NSObject, NSRange)

Azione che può essere eseguita in risposta a una notifica.

GetBrowserAccessibilityContainerType(NSObject)

Azione che può essere eseguita in risposta a una notifica.

GetBrowserAccessibilityCurrentStatus(NSObject)

Azione che può essere eseguita in risposta a una notifica.

GetBrowserAccessibilityHasDomFocus(NSObject)

Azione che può essere eseguita in risposta a una notifica.

GetBrowserAccessibilityIsRequired(NSObject)

Azione che può essere eseguita in risposta a una notifica.

GetBrowserAccessibilityPressedState(NSObject)

Azione che può essere eseguita in risposta a una notifica.

GetBrowserAccessibilityRoleDescription(NSObject)

Azione che può essere eseguita in risposta a una notifica.

GetBrowserAccessibilitySelectedTextRange(NSObject)

Azione che può essere eseguita in risposta a una notifica.

GetBrowserAccessibilitySortDirection(NSObject)

Azione che può essere eseguita in risposta a una notifica.

GetBrowserAccessibilityValue(NSObject, NSRange)

Azione che può essere eseguita in risposta a una notifica.

GetDebugDescription(INSObjectProtocol)

Azione che può essere eseguita in risposta a una notifica.

GetHandle(INativeObject)

Azione che può essere eseguita in risposta a una notifica.

GetNonNullHandle(INativeObject, String)

Azione che può essere eseguita in risposta a una notifica.

GetValidModes(NSObject, NSFontPanel)

Azione che può essere eseguita in risposta a una notifica.

ObjectDidBeginEditing(NSObject, INSEditor)

Azione che può essere eseguita in risposta a una notifica.

ObjectDidEndEditing(NSObject, INSEditor)

Azione che può essere eseguita in risposta a una notifica.

ProvideImageData(NSObject, IntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, NSObject)

Azione che può essere eseguita in risposta a una notifica.

ProvideImageToMTLTexture(NSObject, IMTLTexture, IMTLCommandBuffer, UIntPtr, UIntPtr, UIntPtr, UIntPtr, NSObject)

Azione che può essere eseguita in risposta a una notifica.

SetAccessibilityCustomRotors(NSObject, UIAccessibilityCustomRotor[])

Imposta la matrice di UIAccessibilityCustomRotor oggetti appropriata per this l'oggetto .

SetAccessibilityNextTextNavigationElement(NSObject, NSObject)

Azione che può essere eseguita in risposta a una notifica.

SetAccessibilityNextTextNavigationElementBlock(NSObject, AXObjectReturnBlock)

Azione che può essere eseguita in risposta a una notifica.

SetAccessibilityPreviousTextNavigationElement(NSObject, NSObject)

Azione che può essere eseguita in risposta a una notifica.

SetAccessibilityPreviousTextNavigationElementBlock(NSObject, AXObjectReturnBlock)

Azione che può essere eseguita in risposta a una notifica.

SetAccessibilityTextInputResponder(NSObject, IUITextInput)

Azione che può essere eseguita in risposta a una notifica.

SetAccessibilityTextInputResponderHandler(NSObject, UITextInputReturnHandler)

Azione che può essere eseguita in risposta a una notifica.

SetBrowserAccessibilityContainerType(NSObject, BEAccessibilityContainerType)

Azione che può essere eseguita in risposta a una notifica.

SetBrowserAccessibilityCurrentStatus(NSObject, String)

Azione che può essere eseguita in risposta a una notifica.

SetBrowserAccessibilityHasDomFocus(NSObject, Boolean)

Azione che può essere eseguita in risposta a una notifica.

SetBrowserAccessibilityIsRequired(NSObject, Boolean)

Azione che può essere eseguita in risposta a una notifica.

SetBrowserAccessibilityPressedState(NSObject, BEAccessibilityPressedState)

Azione che può essere eseguita in risposta a una notifica.

SetBrowserAccessibilityRoleDescription(NSObject, String)

Azione che può essere eseguita in risposta a una notifica.

SetBrowserAccessibilitySelectedTextRange(NSObject, NSRange)

Azione che può essere eseguita in risposta a una notifica.

SetBrowserAccessibilitySortDirection(NSObject, String)

Azione che può essere eseguita in risposta a una notifica.

SetSharedObservers(NSObject, NSKeyValueSharedObserversSnapshot)

Azione che può essere eseguita in risposta a una notifica.

ValidateToolbarItem(NSObject, NSToolbarItem)

Azione che può essere eseguita in risposta a una notifica.

Si applica a

Vedi anche