Public Member Functions | |
Topic (String value, int index) | |
String | getValue () |
int | getIndex () |
Public Attributes | |
action =("action", 0) | |
event =("event", 1) | |
error =("error", 2) | |
biz =("biz", 3) | |
Definition at line 547 of file AlivcLivePushConstants.java.
com.alivc.live.pusher.AlivcLivePushConstants.Topic.Topic | ( | String | value, |
int | index | ||
) |
Definition at line 556 of file AlivcLivePushConstants.java.
int com.alivc.live.pusher.AlivcLivePushConstants.Topic.getIndex | ( | ) |
Definition at line 564 of file AlivcLivePushConstants.java.
String com.alivc.live.pusher.AlivcLivePushConstants.Topic.getValue | ( | ) |
Definition at line 560 of file AlivcLivePushConstants.java.
com.alivc.live.pusher.AlivcLivePushConstants.Topic.action =("action", 0) |
Definition at line 548 of file AlivcLivePushConstants.java.
com.alivc.live.pusher.AlivcLivePushConstants.Topic.biz =("biz", 3) |
Definition at line 551 of file AlivcLivePushConstants.java.
com.alivc.live.pusher.AlivcLivePushConstants.Topic.error =("error", 2) |
Definition at line 550 of file AlivcLivePushConstants.java.
com.alivc.live.pusher.AlivcLivePushConstants.Topic.event =("event", 1) |
Definition at line 549 of file AlivcLivePushConstants.java.