Package com.iplateia.sorisdk
Interface SORIAudioRecognizer.NotificationProvider
-
- All Implemented Interfaces:
public interface SORIAudioRecognizer.NotificationProviderInterface for delegate an audio recognition service foreground notification. You can implement this interface to customize the notification.
-
-
Method Summary
Modifier and Type Method Description abstract Notificationbuild(NotificationCompat.Builder builder)Complete the notification with the given builder. -
-
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.
-
-
-
-