Interface SORIAudioRecognizer.NotificationProvider

  • All Implemented Interfaces:

    
    public interface SORIAudioRecognizer.NotificationProvider
    
                        

    Interface for delegate an audio recognition service foreground notification. You can implement this interface to customize the notification.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Notification build(NotificationCompat.Builder builder) Complete the notification with the given builder.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • build

         abstract Notification build(NotificationCompat.Builder builder)

        Complete the notification with the given builder.

        Parameters:
        builder - The NotificationCompat.Builder used to create the notification.
        Returns:

        The created Notification.