Package io.rong.push.pushconfig
Interface IPushConfigObserver
-
- All Implemented Interfaces:
public interface IPushConfigObserver
-
-
Method Summary
Modifier and Type Method Description abstract voidonGetServerInfo()abstract voidonSuccess(PushType pushType)abstract voidonError(PushErrorCode code)abstract voidonFail(PushType pushType, PushErrorCode code)-
-
Method Detail
-
onGetServerInfo
abstract void onGetServerInfo()
-
onSuccess
abstract void onSuccess(PushType pushType)
-
onError
abstract void onError(PushErrorCode code)
-
onFail
abstract void onFail(PushType pushType, PushErrorCode code)
-
-
-
-