Vertaling van "getIntent" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
You can get a reference to the intent that triggered the launch of this activity with the getIntent() function.
Puedes obtener una referencia al intent que disparó el lanzamiento de esta actividad con la función getIntent().
You can then use the data in getIntent() to update the app content if needed.
Luego puedes usar los datos de getIntent() para actualizar el contenido de la app, si es necesario.
Then call getIntent() to copy the Intent to your own storage.
Luego, llama a getIntent() para copiar el objeto en tu propio almacenamiento.
In this Activity you can then call getIntent() for the details from this intent.
En esta actividad, luego puedes llamar a getIntent() para obtener detalles de esta intención.
You must call getInvitation() in every activity that might be launched by the link, even though the link might be available from the intent using getIntent().getData().
Debes llamar a getInvitation() en cada una de las actividades que el vínculo debería iniciar, aunque el vínculo podría estar disponible en la intención mediante el uso de getIntent().getData().
When the system calls onNewIntent(Intent), the activity has not been restarted, so the getIntent() method returns the same intent that was received with onCreate().
Cuando el sistema llama a onNewIntent(Intent), la actividad no se reinició, por lo que el método getIntent() muestra el mismo intent que se recibió con onCreate().
If is an Intent (getIntent() is not null), coerceToText() converts it to an Intent URI and returns it.
Si es un intent (getIntent() no es nulo), coerceToText() lo convierte en un URI de intent y lo muestra.
As your activity starts, call getIntent() to retrieve the Intent that started the activity.
Al iniciar tu actividad, llama al getIntent() para recuperar el Intent que inició la actividad.