public interface SpamReportingResourceAsync
http://yusuke.homeip.net/jira/browse/TFJ-223
Modifier and Type | Method and Description |
---|---|
void |
reportSpam(long userId)
The user specified in the id is blocked by the authenticated user and reported as a spammer.
|
void |
reportSpam(String screenName)
The user specified in the id is blocked by the authenticated user and reported as a spammer.
|
void reportSpam(long userId)
userId
- The ID of the user you want to report as a spammer.void reportSpam(String screenName)
screenName
- The screen name of the user you want to report as a spammer.Copyright © 2018. All rights reserved.