Interface StitchPush

  • All Known Implementing Classes:
    StitchPushImpl

    public interface StitchPush
    StitchPush can be used to get clients that can register for push notifications via Stitch.
    • Method Summary

      Modifier and Type Method Description
      <T> T getClient​(NamedPushClientFactory<T> factory, String serviceName)
      Gets a push client for the given named push service.
    • Method Detail

      • getClient

        <T> T getClient​(NamedPushClientFactory<T> factory,
                        String serviceName)
        Gets a push client for the given named push service.
        Type Parameters:
        T - the type of client to be returned by the provider.
        Parameters:
        factory - the provider that will create a client for the authentication provider.
        serviceName - the name of the push service.
        Returns:
        a client to interact with the push service.