NetworkSliceInfo.SliceDifferentiator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the slice from others with the same Slice Service Type.
public int SliceDifferentiator { [Android.Runtime.Register("getSliceDifferentiator", "()I", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getSliceDifferentiator", "()I", "", ApiSince=31)>]
member this.SliceDifferentiator : int
Property Value
- Attributes
Remarks
Identifies the slice from others with the same Slice Service Type. <p/> Returns #SLICE_DIFFERENTIATOR_NO_SLICE
if #getSliceServiceType
returns #SLICE_SERVICE_TYPE_NONE
. <p/> see: 3GPP TS 24.501 Section 9.11.2.8.
Java documentation for android.telephony.data.NetworkSliceInfo.getSliceDifferentiator()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.