C1.Android.Core Assembly / C1.Android.Core Namespace / C1VectorIcon Class / PostOnAnimation Method


In This Topic
PostOnAnimation Method (C1VectorIcon)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("postOnAnimation", 
   "(Ljava/lang/Runnable;)V", 
   "GetPostOnAnimation_Ljava_lang_Runnable_Handler", 
   ApiSince=16)>
Public Overridable Sub PostOnAnimation( _
   ByVal action As Java.Lang.IRunnable _
) 
 
'Usage
 
Dim instance As C1VectorIcon
Dim action As Java.Lang.IRunnable
 
instance.PostOnAnimation(action)

Parameters

action
See Also