how to use GoogleVR SDK Pointer Enter event trigger after some time?

For example, in the GVRDemo, I can change Pointer Enter event trigger to Teleport.TeleportRandomly and the cube would disappear that moment when I gaze upon it…
I want to look at the cube and after 2 seconds it would teleport itself, just like every single VR game menu there is on mobiles.
What Event Trigger do I need to add or maybe I need to write a script? I’m still learning Unity.

You can use a Coroutine in C#: Unity - Scripting API: WaitForSeconds
When you get the gaze then start the coroutine for 2 seconds and then teleport.

My mobile vr interaction pack has examples of this: