API reference
API reference
Select your platform
No SDKs available
No versions available

LaunchBlockFlowResult Class

It's used to block a user. Results of the launched block dialog including whether the user was successfully blocked and whether the viewer canceled the block flow. It can be retrieved using com.meta.horizon.platform.ovr.requests.Users#launchBlockFlow(long userID)

Member Functions

LaunchBlockFlowResult
( final long ptr )
A boolean indicates whether the viewer successfully blocked the user. Learn more about blocking users from our website.
Returns
boolean
A boolean indicates whether the viewer chose to cancel the block flow. It will be 'true' if the viewer canceled 'Block' from the modal.
Returns
boolean