All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pubnub.api.java.endpoints.presence.HereNow Maven / Gradle / Ivy

package com.pubnub.api.java.endpoints.presence;

import com.pubnub.api.java.endpoints.Endpoint;
import com.pubnub.api.models.consumer.presence.PNHereNowResult;

public interface HereNow extends Endpoint {
    HereNow channels(java.util.List channels);

    HereNow channelGroups(java.util.List channelGroups);

    HereNow includeState(boolean includeState);

    HereNow includeUUIDs(boolean includeUUIDs);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy