Interface StreamNotificationBuilder
-
- All Implemented Interfaces:
public interface StreamNotificationBuilderHandler responsible for showing and dismissing notification.
-
-
Method Summary
Modifier and Type Method Description abstract IdentifiedNotificationbuild(String cid, ConnectionState connectionState)Shows a notification for the given state. -
-
Method Detail
-
build
abstract IdentifiedNotification build(String cid, ConnectionState connectionState)
Shows a notification for the given state.
-
-
-
-