Android.Animation.AnimatorInflater.LoadAnimator Method
Loads an Android.Animation.Animator object from a resource

Syntax

[Android.Runtime.Register("loadAnimator", "(Landroid/content/Context;I)Landroid/animation/Animator;", "")]
public static Animator LoadAnimator (Android.Content.Context context, int id)

Parameters

context
Application context used to access resources
id
The resource id of the animation to load

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
!:NoType:android/content/res/Resources$NotFoundException;Href=../../../reference/android/content/res/Resources.NotFoundException.htmlwhen the animation cannot be loaded

Remarks

Requirements

Namespace: Android.Animation
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11