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() Device specific token for selected push provider.
      abstract String getVendorId() Vendor specific id.
      abstract Map<String, String> getVendorData() Optional vendor specific data.
      • Methods inherited from class java.lang.Object

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