onRegisterPushSuccess abstract method

void onRegisterPushSuccess(
  1. String token
)

推送注册成功时候的回调 token 信鸽推送的token

Implementation

void onRegisterPushSuccess(String token);