Google Nearby Messages API strategies

586 views Asked by At

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

enter image description here

1

There are 1 answers

6
hsm59 On BEST ANSWER

Since your use case is to send messages via Nearby, you should consider using DISTANCE_TYPE_DEFAULT and DISTANCE_TYPE_EARSHOT based on how far do you want the other device in order for it to receive the message.