Package io.rong.imkit.activity
Interface RongWebviewActivity.OnTitleReceivedListener
-
- All Implemented Interfaces:
public interface RongWebviewActivity.OnTitleReceivedListener
-
-
Method Summary
Modifier and Type Method Description abstract voidonTitleReceived(String title)onTitleReceived -
-
Method Detail
-
onTitleReceived
abstract void onTitleReceived(String title)
onTitleReceived
- Parameters:
title- Title
-
-
-
-