Visualizzazione dei risultati da 1 a 6 su 6

Hybrid View

  1. #1
    Utente di HTML.it L'avatar di andbin
    Registrato dal
    Jan 2006
    residenza
    Italy
    Messaggi
    18,284
    Quote Originariamente inviata da signfra Visualizza il messaggio
    .setVibrate cosa devo impostare?
    Non me ne intendo di Android. Ma basta leggere il javadoc di setVibrate:

    NotificationCompat.Builder setVibrate (long[] pattern)
    Set the vibration pattern to use.

    e poi c'è il link for a discussion of the pattern parameter.

    Dove per i vibrate() spiega:

    Pass in an array of ints that are the durations for which to turn on or off the vibrator in milliseconds. The first value indicates the number of milliseconds to wait before turning the vibrator on. The next value indicates the number of milliseconds for which to keep the vibrator on before turning it off. Subsequent values alternate between durations in milliseconds to turn the vibrator off or to turn the vibrator on.


    Quindi quale è il dubbio ora?
    Andrea, andbin.devSenior Java developerSCJP 5 (91%) • SCWCD 5 (94%)
    java.util.function Interfaces Cheat SheetJava Versions Cheat Sheet

  2. #2
    Quote Originariamente inviata da andbin Visualizza il messaggio
    Non me ne intendo di Android. Ma basta leggere il javadoc di setVibrate:

    NotificationCompat.Builder setVibrate (long[] pattern)
    Set the vibration pattern to use.

    e poi c'è il link for a discussion of the pattern parameter.

    Dove per i vibrate() spiega:

    Pass in an array of ints that are the durations for which to turn on or off the vibrator in milliseconds. The first value indicates the number of milliseconds to wait before turning the vibrator on. The next value indicates the number of milliseconds for which to keep the vibrator on before turning it off. Subsequent values alternate between durations in milliseconds to turn the vibrator off or to turn the vibrator on.


    Quindi quale è il dubbio ora?
    risolto

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.