Package io.rong.push.pushconfig
Interface IPushConfigObserver
-
- All Implemented Interfaces:
public interface IPushConfigObserver
-
-
Method Summary
Modifier and Type Method Description abstract void
onGetServerInfo()
abstract void
onSuccess(PushType pushType)
abstract void
onError(PushErrorCode code)
abstract void
onFail(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)
-
-
-
-