Package 

Interface PushConfiguration

  • All Implemented Interfaces:

    
    public interface PushConfiguration
    
                        

    PushConfiguration specifies configuration needed by the Sinch SDK to initialize managed push functionality allowing clients to receive notifications about incoming calls.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getDeviceToken() Returns device specific token for selected push provider.
      abstract String getVendorId() Returns vendor specific id.
      abstract Map<String, String> getVendorData() Returns optional vendor specific data.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait