Class POBMraidBridge
-
- All Implemented Interfaces:
@MainThread() public class POBMraidBridge
Bridge class to communicate between the MRAID ad creative and
-
-
Method Summary
Modifier and Type Method Description voidnativeCall(@Nullable() String commandScheme)Native method to handle the events/commands coming from MRAID ad voiderror(String str)Native method to handle the error coming from MRAID ad voidlog(String str)Native method to handle the logs coming from MRAID ad -
-
Method Detail
-
nativeCall
@AnyThread() void nativeCall(@Nullable() String commandScheme)
Native method to handle the events/commands coming from MRAID ad
- Parameters:
commandScheme- command name
-
error
void error(String str)
Native method to handle the error coming from MRAID ad
- Parameters:
str- error description
-
-
-
-