Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public interface CustomEventLog {
- // need to define method parameters and other methods
- void chitChatLogin();
- void chatRoomPageOpen();
- void myChatPageOpen();
- void contactsPageOpen();
- void roomCreated();
- void conversationOpen();
- void callButtonClicked();
- void contactSearch();
- }
Advertisement
Add Comment
Please, Sign In to add comment