UIKeyboard.AnimationCurveFromNotification(NSNotification) Method

Definition

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

public static uint AnimationCurveFromNotification (Foundation.NSNotification n);
static member AnimationCurveFromNotification : Foundation.NSNotification -> uint32

Parameters

n
NSNotification

notification and its payload.

Returns

Remarks

Use the UIKeyboard.Notifications strongly typed methods instead.

Applies to