This website works better with JavaScript.
Home
Explore
Help
Sign In
ymlam
/
CommEngine
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
52
Wiki
Activity
Browse Source
Added Broadcast.getChannelName method
tags/channel_throttling_1
ymlam
1 year ago
parent
1b0dc1c6bd
commit
5dc6202b1c
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
src/main/java/altk/comm/engine/Broadcast.java
+ 4
- 0
src/main/java/altk/comm/engine/Broadcast.java
View File
@@ -1502,5 +1502,9 @@ public abstract class Broadcast
job.setErrorText(errorText);
return true;
}
public String getChannelName() {
return (String)channel_json.get("name");
}
}
Write
Preview
Loading…
Cancel
Save