updateRealTimeLocationStatus

public abstract void updateRealTimeLocationStatus(ConversationType conversationType, String targetId, double latitude, double longitude, RealTimeLocationType realTimeLocationType)

Updates location sharing information.

Parameters

conversationType

The conversation type for location sharing.

targetId

The conversation ID for location sharing.

latitude

The latitude.

longitude

The longitude.

realTimeLocationType

The real-time location sharing type.

See also

RealTimeLocationType