How to close shake sound when bump?
ieswxia opened this issue · 3 comments
How to close shake sound when bump?
Would you like provide an interface which can close and open shake sound when bump?
Same Question : how to unload bump when it done..
@ashishfission When you're done you can call [[BumpClient sharedClient] disconnect]
.
I think that what @leswxia is asking is if exists a way to prevent the shake when the BumpClient receive and BUMP_EVENT_BUMP
event. I agree with this issue, but I think that this is part of the identity of Bump.
Two options:
You can call disableBumping, which remains connected to Bump but doesn't allow the user to bump at that point in time,
or you can call disconnect, which will disconnect from our service altogether. If you forsee the user wanting to bump again, the first option is probably best.