ShareLiveLocationListener
@objc
public protocol ShareLiveLocationListener
Listener to changes in Share Live Location
-
Called when share live location is enabled or disabled
Declaration
Swift
func onShareLiveLocationEnabled(enabled: Bool)Parameters
enabledtells whether share live location is enabled.
ShareLiveLocationListener Protocol Reference