System Utils
Created by weiqinxiao on 15/10/14.
Functions
Link copied to clipboard
Deduplicates a List.
Link copied to clipboard
Converts an array of enums to an array of their ordinal values
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Indicates whether the current process is the main process.
Link copied to clipboard
public static boolean isParameterValid(ConversationType conversationType, String targetId, String channelId)
Link copied to clipboard
Link copied to clipboard
Current policy for server appKey: Only lowercase letters or numbers are allowed.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Converts Listto String.
Link copied to clipboard
Converts a Listto a String, with each String separated by a comma.
Link copied to clipboard
Converts a Map to a string.
Link copied to clipboard
Link copied to clipboard
public static Intent registerReceiverCompat(Context context, BroadcastReceiver receiver, IntentFilter filter)
Unify broadcast registration encapsulation for centralized handling of permissions, compliance, and other issues.
Link copied to clipboard