public abstract class LiveSharingExceptionMetadata extends Object
Represents information about the LiveSharingException
.
Public Method Summary
abstract String |
packageName()
Returns the package name of the missing app that should be installed or updated
for Live Sharing support.
|
Inherited Method Summary
Public Methods
public abstract String packageName ()
Returns the package name of the missing app that should be installed or updated for Live Sharing support.
This field is currently only populated when on
LiveSharingException
's with code
LiveSharingException.Code.MEET_VERSION_UNSUPPORTED
.