Skip to content

Instantly share code, notes, and snippets.

@msrivastav13
Created March 16, 2014 12:36
Show Gist options
  • Save msrivastav13/9582598 to your computer and use it in GitHub Desktop.
Save msrivastav13/9582598 to your computer and use it in GitHub Desktop.
public class CommunityHelper{
public static String communityId=Network.getNetworkId();
public static ConnectApi.Community getCommunityInfo(){
if(communityId!=null){
return connectapi.Communities.getCommunity(communityId);
}else {
return null;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment