Package com.opentok

Class SignalProperties

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  SignalProperties.Builder
      Use this class to create a SignalProperties object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String data()
      Returns the type of the signal
      java.util.Map<java.lang.String,​java.util.Collection<java.lang.String>> toMap()
      Returns the signal properties as a Map.
      java.lang.String type()
      Returns the type of the signal
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • type

        public java.lang.String type()
        Returns the type of the signal
      • data

        public java.lang.String data()
        Returns the type of the signal
      • toMap

        public java.util.Map<java.lang.String,​java.util.Collection<java.lang.String>> toMap()
        Returns the signal properties as a Map.