Package com.iplateia.sorisdk
Object SORIAudioRecognizer.Companion
-
- All Implemented Interfaces:
public class SORIAudioRecognizer.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private SORIAudioRecognizer.NotificationProvidernotificationProviderpublic final static SORIAudioRecognizer.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final SORIAudioRecognizershared()Returns the latest initialized SORIAudioRecognizer. final SORIAudioRecognizer.NotificationProvidergetNotificationProvider()final UnitsetNotificationProvider(SORIAudioRecognizer.NotificationProvider notificationProvider)-
-
Method Detail
-
shared
final SORIAudioRecognizer shared()
Returns the latest initialized SORIAudioRecognizer. Throws IllegalStateException when no instance was created yet.
-
getNotificationProvider
final SORIAudioRecognizer.NotificationProvider getNotificationProvider()
-
setNotificationProvider
final Unit setNotificationProvider(SORIAudioRecognizer.NotificationProvider notificationProvider)
-
-
-
-