Hi I am developing an android app,to send messages via google nearby messages API,but I am confused what strategy to choose,can anyone please explain the differences,or in which range approximately this options are working.Thank you
Hi I am developing an android app,to send messages via google nearby messages API,but I am confused what strategy to choose,can anyone please explain the differences,or in which range approximately this options are working.Thank you
Since your use case is to send messages via Nearby, you should consider using
DISTANCE_TYPE_DEFAULT
andDISTANCE_TYPE_EARSHOT
based on how far do you want the other device in order for it to receive the message.