Package com.amazonaws.ivs.broadcast
Interface TypedLambda<T>
-
public interface TypedLambda<T>
A utility interface used byBroadcastSession
for device change callbacks
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
op(T in)
-
-
-
Method Detail
-
op
void op(T in)
-
-