Class StitchPushImpl

    • Method Detail

      • getClient

        public <T> T getClient​(NamedPushClientFactory<T> factory,
                               String serviceName)
        Description copied from interface: StitchPush
        Gets a push client for the given named push service.
        Specified by:
        getClient in interface StitchPush
        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.