-
public final class TopicsManager
-
-
Method Summary
Modifier and Type Method Description static TopicsManagerget(@NonNull() Context context)voidgetTopics(@NonNull() GetTopicsRequest getTopicsRequest, @NonNull() Executor executor, @NonNull() OutcomeReceiver<GetTopicsResponse, Exception> callback)-
-
Method Detail
-
get
@NonNull() static TopicsManager get(@NonNull() Context context)
-
getTopics
@NonNull() void getTopics(@NonNull() GetTopicsRequest getTopicsRequest, @NonNull() Executor executor, @NonNull() OutcomeReceiver<GetTopicsResponse, Exception> callback)
-
-
-
-