Uses of Interface
com.github.stormbit.sdk.callbacks.CallbackTriple
-
Packages that use CallbackTriple Package Description com.github.stormbit.sdk.clients -
-
Uses of CallbackTriple in com.github.stormbit.sdk.clients
Methods in com.github.stormbit.sdk.clients with parameters of type CallbackTriple Modifier and Type Method Description voidClient. onChatCreated(CallbackTriple<String,Integer,Integer> callback)voidClient. onChatJoin(CallbackTriple<Integer,Integer,Integer> callback)voidClient. onChatLeave(CallbackTriple<Integer,Integer,Integer> callback)voidClient. onChatPhotoChanged(CallbackTriple<org.json.JSONObject,Integer,Integer> callback)
-