UIKeyboard.AnimationDurationFromNotification(NSNotification) Method

Definition

Deprecated: helper method to extract the animation duration from a notification.

public static double AnimationDurationFromNotification (Foundation.NSNotification n);
static member AnimationDurationFromNotification : Foundation.NSNotification -> double

Parameters

n
NSNotification

notification and its payload.

Returns

Remarks

Use the UIKeyboard.Notifications strongly typed methods instead.

Applies to