public static interface NativeClient.ISendMessageCallback<T>
void
onAttached(T t)
onError(T t, int code)
onSuccess(T t)
void onAttached(T t)
void onSuccess(T t)
void onError(T t, int code)