-
public interface BranchUniversalObject.RegisterViewStatusListenerCallback interface for listening register content view status
-
-
Method Summary
Modifier and Type Method Description abstract voidonRegisterViewFinished(boolean registered, BranchError error)Called on finishing the the register view process -
-
Method Detail
-
onRegisterViewFinished
abstract void onRegisterViewFinished(boolean registered, BranchError error)
Called on finishing the the register view process
- Parameters:
registered- A which is set to true if register content view succeedederror- An instance of BranchError to notify any error occurred during registering a content view event.
-
-
-
-